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:
Clement Verna 2018-10-01 14:10:56 +02:00
parent 33f879700f
commit 3c85514973

View file

@ -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.