zuul-jobs/roles/use-buildset-registry
James E. Blair a358f21736 Use buildset registry push endpoint
When copying images from the intermediate registry to the buildset
registry, use the new push endpoint of the dual-registry system.

Also, use the push endpoint after a docker build to push the
new image to the buildset registry.

Change-Id: I3a11036bb9fb7cb3457a3d744fa83647c1b1b085
2019-02-21 14:15:45 -08:00
..
tasks use-buildset-registry: support running before docker installed 2019-02-21 14:07:33 -08:00
README.rst Use buildset registry push endpoint 2019-02-21 14:15:45 -08:00

README.rst

Adds a buildset registry to the docker configuration.

Use this role on any host which should use the buildset registry.

Role Variables

Information about the registry, as returned by :zuulrun-buildset-registry.

The host (IP address) of the registry.

The port on which the registry is listening.

The host (IP address) to use when pushing images to the registry.

The port to use when pushing images to the registry.

The username used to access the registry via HTTP basic auth.

The password used to access the registry via HTTP basic auth.

The (self-signed) certificate used by the registry.