
There are cases when a downstream user of run-buildset-registry needs to use a different image. This can happen e.g. when this has to be cached in a local registry. To facilitate this use case add the buildset_registry_image variable that lets the user specify a different image. Change-Id: I0cd3bd2f6bcd0ac73609bf37ce99557472e9f3d1
5 lines
184 B
YAML
5 lines
184 B
YAML
buildset_registry_image: quay.io/zuul-ci/zuul-registry:latest
|
|
buildset_registry_root: "{{ ansible_user_dir }}/buildset_registry"
|
|
buildset_registry_port: 5000
|
|
container_command: docker
|