Merge pull request #485 from phracek/support_push_minimal_container_to_quay

Build and push python minimal image to quay.io/sclorg
This commit is contained in:
phracek 2021-12-13 12:37:35 +00:00
commit 9a3b04f941
7 changed files with 280 additions and 69 deletions

View file

@ -47,6 +47,10 @@ function ct_os_set_path_oc_4() {
#
#
function ct_os_set_ocp4() {
if [ "${CVP:-0}" -eq "1" ]; then
echo "Testing in CVP environment. No need to login to OpenShift cluster. This is already done by CVP pipeline."
return
fi
local login
OS_OC_CLIENT_VERSION=${OS_OC_CLIENT_VERSION:-4.4}
ct_os_set_path_oc_4 "${OS_OC_CLIENT_VERSION}"