diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.13.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.13.yaml index 96b7ded92f6b3..66e8009074d51 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.13.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.13.yaml @@ -38,7 +38,7 @@ base_images: ocp_os: name: "4.13" 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' && \