aboutsummaryrefslogtreecommitdiff
path: root/skopeo/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'skopeo/Dockerfile')
-rw-r--r--skopeo/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/skopeo/Dockerfile b/skopeo/Dockerfile
new file mode 100644
index 0000000..5a7b0a3
--- /dev/null
+++ b/skopeo/Dockerfile
@@ -0,0 +1,9 @@
1FROM alpine:edge
2LABEL maintainer="Mike Crute <mike@crute.us>"
3
4RUN set -euxo pipefail; \
5 apk add --no-cache \
6 skopeo \
7 ;
8
9ENTRYPOINT [ "/usr/bin/skopeo" ]