Commit graph

2 commits

Author SHA1 Message Date
Adam Miller
5c38199cc8 fix typo in manage-container-images role
I had a var typo for the name used in this role. It was
container_cert_dir and it should be cert_dest_dir

Signed-off-by: Adam Miller <admiller@redhat.com>
2017-04-10 21:14:13 +00:00
Adam Miller
6939f62b4c add manage-container-images role, use w/ osbs-cluser
Currently the push-docker role requires a docker daemon to be
running on a machine somewhere which we don't want because it's
privileged, error prone, and only manages docker registry content.
This role instead uses skopeo[0], which is not privileged and
understands how to manage many types of OCI[1] compliant container
images.

[0] - https://github.com/projectatomic/skopeo
[1] - https://www.opencontainers.org/

Signed-off-by: Adam Miller <admiller@redhat.com>
2017-04-10 20:52:32 +00:00