zuul-jobs/roles/install-docker
Mohammed Naser ae05322a85 install-docker: add option to use buildset registry
At the moment, the build registry is not used inside Kubernetes jobs
and it is required to override the entire pre.yaml just to enable it.

This patch adds an option of using docker_use_buildset_registry inside
install-docker which can be used in order to install Docker and letting
it use the buildset registry simply by adjusting the job.vars

Change-Id: I1b42eac6accbf7c350aee76d18a823ba6327548d
2020-03-14 18:30:39 -04:00
..
defaults install-docker: add option to use buildset registry 2020-03-14 18:30:39 -04:00
handlers Isolate installation mode 2019-06-11 19:10:53 -05:00
tasks install-docker: add option to use buildset registry 2020-03-14 18:30:39 -04:00
templates Add variable to set the docker download url 2019-06-11 11:12:18 -05:00
vars Fix docker install on fedora 2019-07-01 11:51:41 -05:00
README.rst install-docker: add option to use buildset registry 2020-03-14 18:30:39 -04:00

An ansible role to install docker and configure it to use mirrors if available.

Role Variables

URL to override the generated docker hub mirror url based on :zuulinstall-docker.mirror_fqdn.