zuul-jobs/roles/run-buildset-registry
James E. Blair 2292ce9aed Add a role to run a buildset registry
Part of a system to interact with an intermediate registry.

Change-Id: I2f4662cc587f9379e9ba3b7b705c85793a41864e
2019-02-01 13:25:11 -08:00
..
defaults Add a role to run a buildset registry 2019-02-01 13:25:11 -08:00
tasks Add a role to run a buildset registry 2019-02-01 13:25:11 -08:00
README.rst Add a role to run a buildset registry 2019-02-01 13:25:11 -08: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.