summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/library/docker_info.py
Commit message (Collapse)AuthorAgeFilesLines
* openshift_checks: improve comments/namesLuke Meyer2017-07-251-1/+1
|
* add docker_image_availability checkjuanvallejo2017-03-231-0/+24
This patch adds a check to ensure that required docker images are available in at least one of the registries supplied in an installation host. Images are available if they are either already present locally, or able to be inspected using Skopeo on one of the configured registries.