From 0e4abe128fb602dca05ebe6a1cf1da07d0959824 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 7 Jul 2022 07:31:29 +0000 Subject: [PATCH] Updating ose-etcd images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/2e5eba0108299087402c119ba0dc979a0a6c0bd1/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 9271a8208c9..a4eb6d96544 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.16-openshift-4.10 + tag: rhel-8-release-golang-1.18-openshift-4.12 diff --git a/Dockerfile.art b/Dockerfile.art index a2faba94fe4..97f0dfe8c28 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.10:base +FROM registry.ci.openshift.org/ocp/4.12:base ENTRYPOINT ["/usr/bin/etcd"]