From edfb866f19dc841656dc68efe4d217d1fc2d3d28 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Mar 2023 13:07:05 -0500 Subject: [PATCH] mco: Update to use rhel-coreos in 4.13 Since https://github.com/openshift/machine-config-operator/pull/3604 merged. --- .../openshift-machine-config-operator-release-4.13.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' && \