From 21d700c31cc53a3a23b4f213ddbd065a134b6379 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Mon, 18 Sep 2023 00:34:16 +0000 Subject: [PATCH] Updating ose-etcd images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/da6a5af1fa96762cc8410f09fc28c0457280f59a/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..7096df34e37 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.15 diff --git a/Dockerfile.art b/Dockerfile.art index 2836a929f2a..ff9d1dc1ad7 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.15:base-rhel9 ENTRYPOINT ["/usr/bin/etcd"]