Files
linuxkit/projects/kubernetes/image-cache/Dockerfile
Rolf Neugebauer 093dae22d5 Update YAML files
- Use the new style kernel tags with the full kernel version
- Update packages with new alpine base and new/simplified Makefiles.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-06-27 19:56:08 +01:00

5 lines
203 B
Docker

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