zuul-jobs/roles/run-buildset-registry
James E. Blair dba2c101fd Adjust buildset registry container name
If we want to run a second registry on a different port, we'll need
a different name for the docker container.

Change-Id: I887d9015c0d21e6d7f95379e6fa7fb4211e58d3d
2019-10-28 15:42:29 -07:00
..
defaults Make the buildset registry port configurable 2019-10-28 15:42:29 -07:00
tasks Adjust buildset registry container name 2019-10-28 15:42:29 -07:00
templates Use zuul-registry as buildset registry 2019-10-28 15:42:26 -07:00
README.rst Make the buildset registry port configurable 2019-10-28 15:42:29 -07:00

README.rst

Runs a docker registry for the use of this buildset.

This may be used for a single job running on a single node, or it may be used at the root of a job graph so that multiple jobs running for a single change can share the registry.

Role Variables

Return Values

Information about the registry.

The host (IP address) of the registry.

The port on which the registry is listening.

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.