summaryrefslogtreecommitdiffstats
path: root/roles/docker/tasks/registry_auth.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add retry logic to docker auth credentialsMichael Gugino2017-10-301-0/+4
| | | | | | This commit enables retry on docker login commands. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506931
* Enable oreg_auth credential replace during upgradesMichael Gugino2017-10-191-0/+12
Currently, upgrades run a docker image pull prior to upgrading masters and nodes for containerized installs. If using a secure registry, and a user wishes to upgrade their credentials due to expiry, the image pull will fail. This commit ensures docker login credentials are updated during upgrades, if necessary. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503995