Update all YAML files to use the new packages

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-05-18 18:16:47 +01:00
parent d2c32e2e38
commit 6bea56c185
29 changed files with 140 additions and 140 deletions

View File

@@ -1,4 +1,4 @@
FROM linuxkit/docker-ce:050e734489f2d19b42ec818a4242a318ea446bc3
FROM linuxkit/docker-ce:261f93927d85001c65e5ce0f421eb6062f09c0a5
ADD . /images
ENTRYPOINT [ "/bin/sh", "-c" ]
CMD [ "for image in /images/*.tar ; do docker image load -i $image && rm -f $image ; done" ]