OSBS: disable docker_image_availability check.
docker_image_availability requires python-docker-py package this package is not available in Fedora anymore and has been replaced by python-docker. Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
33f879700f
commit
3c85514973
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ openshift_enable_unsupported_configurations=true
|
|||
# Have upgrader also restart systems in a rolling manner.
|
||||
openshift_rolling_restart_mode=system
|
||||
# Disable the disk and package version tests
|
||||
openshift_disable_check=disk_availability,package_version
|
||||
openshift_disable_check=disk_availability,package_version,docker_image_availability
|
||||
# SSH user, this user should allow ssh based auth without requiring a
|
||||
# password. If using ssh key based auth, then the key should be managed by an
|
||||
# ssh agent.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue