Skip to content

Commit 12342c3

Browse files
committed
Add Skopeo
1 parent 29e5767 commit 12342c3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:16-alpine
22

33
ENV ZX_VERSION="7.0.7"
44

5-
RUN apk add --no-cache curl docker \
5+
RUN apk add --no-cache curl docker skopeo \
66
&& npm config set update-notifier false \
77
&& npm install --location=global zx@${ZX_VERSION}
88

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# docker-zx
22

3-
Dockerfile for running zx scripts.
3+
Dockerfile for running zx scripts. The container is based on the official Alpine Linux [Node](https://hub.docker.com/_/node) image. Some additional tools are installed inside the container:
4+
5+
- [`curl`](https://curl.se/) - because everybody needs a swiss army knife
6+
- [`docker`](https://www.docker.com/) - in order to be able to run other containers
7+
- [`skopeo`](https://github.com/containers/skopeo) - because everybody needs a swiss army knife for docker
48

59
## Usage
610

0 commit comments

Comments
 (0)