zuul-jobs/roles/run-buildset-registry
James E. Blair d9bc0cb4c3 WIP: use-buildset-registry: Add podman support
Change-Id: I41718073962c8e7eb3d8810276e550fb84bd6e99
2019-12-05 09:14:06 -08:00
..
defaults WIP: use-buildset-registry: Add podman support 2019-12-05 09:14:06 -08:00
tasks WIP: use-buildset-registry: Add podman support 2019-12-05 09:14:06 -08:00
templates Test buildset registry with k8s and docker 2019-10-28 15:45:39 -07:00
README.rst WIP: use-buildset-registry: Add podman support 2019-12-05 09:14:06 -08:00

README.rst

Runs a container 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.