Update YAML files with new packages, config, and trust data

- 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>
This commit is contained in:
Rolf Neugebauer
2017-05-26 15:37:31 +01:00
parent 157c07be15
commit 9bdfcb5b12
41 changed files with 408 additions and 438 deletions

View File

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