File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : docker/build-push-action@v3
2727 with :
2828 push : true
29- tags : neobility/docker:19.03.9-node-awscli
29+ platforms : linux/amd64,linux/arm64
30+ tags : neobility/docker:19.03.9-node
Original file line number Diff line number Diff line change 11FROM docker:19.03.9
22
3- # INSTALL awscli
4-
5- RUN apk add --no-cache py-pip
6- RUN pip install awscli
7-
83# INSTALL git
94
105RUN apk add --no-cache git
Original file line number Diff line number Diff line change 1- ## Docker Image with node & awscli
1+ ## Docker Image with node
22
33The image was created to be used in GitLab CI/CD. It uses the following versions:
44
55- Docker 19.03.9
66- Node.js 14.21.1
77
8- Published to Docker Hub with the tag ` neobility/docker:19.03.9-node-awscli ` .
8+ Published to Docker Hub with the tag ` neobility/docker:19.03.9-node ` .
99
1010https://hub.docker.com/r/neobility/docker/tags
You can’t perform that action at this time.
0 commit comments