Skip to content

Commit e6aaaac

Browse files
committed
just docker with node + arm64
1 parent 9d8bd8b commit e6aaaac

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
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

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
FROM 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

105
RUN apk add --no-cache git

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## Docker Image with node & awscli
1+
## Docker Image with node
22

33
The 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

1010
https://hub.docker.com/r/neobility/docker/tags

0 commit comments

Comments
 (0)