mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-07 12:18:44 +00:00
- 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>
5 lines
203 B
Docker
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" ]
|