mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 08:52:23 +00:00
kubernetes: Only explictly include *.tar in images
No need to have Dockerfile etc. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM docker:17.06.0-ce-dind
|
||||
ADD . /images
|
||||
COPY *.tar /images/
|
||||
ENTRYPOINT [ "/bin/sh", "-c" ]
|
||||
CMD [ "for image in /images/*.tar ; do docker image load -i $image && rm -f $image ; done" ]
|
||||
LABEL org.mobyproject.config='{"binds": ["/var/run:/var/run"]}'
|
||||
|
Reference in New Issue
Block a user