Skip to content

Commit ce96982

Browse files
Merge pull request openshift#208 from openshift-bot/art-consistency-openshift-4.14-ose-etcd
OCPBUGS-18415: Updating ose-etcd images to be consistent with ART
2 parents 6fc69d5 + 9ae5df2 commit ce96982

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-8-release-golang-1.19-openshift-4.14
4+
tag: rhel-9-release-golang-1.20-openshift-4.14

Dockerfile.art

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN mkdir -p /go/src/go.etcd.io/
1010
RUN ln -s $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app /go/src/go.etcd.io/etcd
1111

1212
# stage 2 (note: any changes should reflect in Dockerfile.rhel)
13-
FROM registry.ci.openshift.org/ocp/4.14:base
13+
FROM registry.ci.openshift.org/ocp/4.14:base-rhel9
1414

1515
ENTRYPOINT ["/usr/bin/etcd"]
1616

0 commit comments

Comments
 (0)