diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-master.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-master.yaml index 7c7b954ba5639..830d728be599e 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-master.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-master.yaml @@ -38,7 +38,7 @@ base_images: ocp_os: name: "4.14" namespace: ocp - tag: rhel-coreos-8 + tag: rhel-coreos build_root: from_repository: true images: @@ -50,7 +50,7 @@ images: - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 to: machine-config-operator - dockerfile_literal: | - FROM registry.ci.openshift.org/ocp/4.13:rhel-coreos-8 + FROM registry.ci.openshift.org/ocp/4.13:rhel-coreos RUN curl -L 'https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep-13.0.0-x86_64-unknown-linux-musl.tar.gz' | tar -xvz -C /usr/bin --strip-components=1 ripgrep-13.0.0-x86_64-unknown-linux-musl/rg && \ chmod +x /usr/bin/rg && \ curl -Lo /usr/bin/yq 'https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_linux_amd64' && \ diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.14.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.14.yaml index 2086e953f0207..4aa60a40b8f33 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.14.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.14.yaml @@ -38,7 +38,7 @@ base_images: ocp_os: name: "4.14" namespace: ocp - tag: rhel-coreos-8 + tag: rhel-coreos build_root: from_repository: true images: @@ -50,7 +50,7 @@ images: - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 to: machine-config-operator - dockerfile_literal: | - FROM registry.ci.openshift.org/ocp/4.13:rhel-coreos-8 + FROM registry.ci.openshift.org/ocp/4.14:rhel-coreos RUN curl -L 'https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep-13.0.0-x86_64-unknown-linux-musl.tar.gz' | tar -xvz -C /usr/bin --strip-components=1 ripgrep-13.0.0-x86_64-unknown-linux-musl/rg && \ chmod +x /usr/bin/rg && \ curl -Lo /usr/bin/yq 'https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_linux_amd64' && \