File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 26
26
uses : docker/build-push-action@v3
27
27
with :
28
28
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 1
1
FROM docker:19.03.9
2
2
3
- # INSTALL awscli
4
-
5
- RUN apk add --no-cache py-pip
6
- RUN pip install awscli
7
-
8
3
# INSTALL git
9
4
10
5
RUN 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
2
2
3
3
The image was created to be used in GitLab CI/CD. It uses the following versions:
4
4
5
5
- Docker 19.03.9
6
6
- Node.js 14.21.1
7
7
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 ` .
9
9
10
10
https://hub.docker.com/r/neobility/docker/tags
You can’t perform that action at this time.
0 commit comments