mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 22:36:34 +00:00
- 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>
5 lines
203 B
Docker
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" ]
|