plugin to push image archives to registry
commit
a772580673
|
@ -0,0 +1,5 @@
|
|||
FROM alpine
|
||||
ADD plugin.sh /bin/
|
||||
RUN chmod +x /bin/plugin.sh
|
||||
RUN apk -Uuv add podman ca-certificates
|
||||
ENTRYPOINT /bin/plugin.sh
|
Loading…
Reference in New Issue