Skip to content

Commit

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

OCPBUGS-18415: Updating ose-etcd images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Sep 26, 2023
2 parents 6fc69d5 + 9ae5df2 commit ce96982
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.14
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.14:base-rhel9

ENTRYPOINT ["/usr/bin/etcd"]

Expand Down

0 comments on commit ce96982

Please sign in to comment.