Files
linuxkit/projects/kubernetes/image-cache/Dockerfile
Rolf Neugebauer 9bdfcb5b12 Update YAML files with new packages, config, and trust data
- Update to packages using the Alpine 3.6 base image
- Remove config for packages which now supply it
- Update/add trust section

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-05-26 16:23:55 +01:00

5 lines
203 B
Docker

FROM linuxkit/docker-ce:668d62da6e3da081a8f8aca7db3e2a98adf5da59
ADD . /images
ENTRYPOINT [ "/bin/sh", "-c" ]
CMD [ "for image in /images/*.tar ; do docker image load -i $image && rm -f $image ; done" ]