From 9ae5df23c541947ade95bb966edeb52a448ff579 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 1 Sep 2023 11:30:08 +0000 Subject: [PATCH] Updating ose-etcd images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/81061e91dd858c3c78e0e1c0a97bdc8123a8f074/images/ose-etcd.yml --- .ci-operator.yaml | 2 +- Dockerfile.art | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 9a3f7b8fbf6..810de9f0e5d 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.19-openshift-4.14 + tag: rhel-9-release-golang-1.20-openshift-4.14 diff --git a/Dockerfile.art b/Dockerfile.art index 2836a929f2a..fa00997060a 100644 --- a/Dockerfile.art +++ b/Dockerfile.art @@ -10,7 +10,7 @@ RUN mkdir -p /go/src/go.etcd.io/ RUN ln -s $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app /go/src/go.etcd.io/etcd # stage 2 (note: any changes should reflect in Dockerfile.rhel) -FROM registry.ci.openshift.org/ocp/4.14:base +FROM registry.ci.openshift.org/ocp/4.14:base-rhel9 ENTRYPOINT ["/usr/bin/etcd"]