Skip to content

Commit

Permalink
Merge pull request #215 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.15-ose-etcd

OCPBUGS-19279: Updating ose-etcd images to be consistent with ART
  • Loading branch information
openshift-merge-bot[bot] committed Nov 13, 2023
2 parents 9651438 + 21d700c commit 969d7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion Dockerfile.art
Expand Up @@ -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"]

Expand Down

0 comments on commit 969d7af

Please sign in to comment.