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>
This commit is contained in:
Rolf Neugebauer
2017-06-27 16:07:10 +01:00
parent 2fb65e8f1e
commit 093dae22d5
59 changed files with 362 additions and 362 deletions

View File

@@ -1,4 +1,4 @@
FROM linuxkit/docker-ce:dda71ff9fe5ebbfa794b98c57c32df286b212848
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" ]