From c98e8dcd7a30ea6fe1f1d0710acff561657091ce Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Sun, 1 Mar 2020 14:59:49 +0100 Subject: [PATCH] baremetal-runtimecfg: use UBI8 as base base 4.5 is using UBI7, which has python2. Scripts are not python2 compatible, so UBI8 needs to be used so that scripts would run in container --- .../openshift-baremetal-runtimecfg-master.yaml | 4 ++-- .../openshift-baremetal-runtimecfg-release-4.4.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-operator/config/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master.yaml b/ci-operator/config/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master.yaml index b9fb134357d45..0ddfa0f37099d 100644 --- a/ci-operator/config/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master.yaml +++ b/ci-operator/config/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master.yaml @@ -1,9 +1,9 @@ base_images: base: cluster: https://api.ci.openshift.org - name: "4.5" + name: ubi namespace: ocp - tag: base + tag: "8" build_root: image_stream_tag: cluster: https://api.ci.openshift.org diff --git a/ci-operator/config/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4.yaml b/ci-operator/config/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4.yaml index 806f4f5a95957..c886662a8cbea 100644 --- a/ci-operator/config/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4.yaml +++ b/ci-operator/config/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4.yaml @@ -1,9 +1,9 @@ base_images: base: cluster: https://api.ci.openshift.org - name: "4.4" + name: ubi namespace: ocp - tag: base + tag: "8" build_root: image_stream_tag: cluster: https://api.ci.openshift.org