Skip to content

Commit

Permalink
Add Skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Jul 11, 2022
1 parent 29e5767 commit 12342c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:16-alpine

ENV ZX_VERSION="7.0.7"

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

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# docker-zx

Dockerfile for running zx scripts.
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:

- [`curl`](https://curl.se/) - because everybody needs a swiss army knife
- [`docker`](https://www.docker.com/) - in order to be able to run other containers
- [`skopeo`](https://github.com/containers/skopeo) - because everybody needs a swiss army knife for docker

## Usage

Expand Down

0 comments on commit 12342c3

Please sign in to comment.