Skip to content

Commit

Permalink
Merge pull request openshift#211 from tjungblu/rhel9
Browse files Browse the repository at this point in the history
OCPBUGS-18179: UPSTREAM <carry>: update build images to rhel9
  • Loading branch information
openshift-merge-robot authored Aug 31, 2023
2 parents 5a36b9b + 7707e8e commit 6fc69d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.art
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-etcd-golang-1.19 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-etcd-golang-1.19 AS builder

COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
WORKDIR $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-etcd-golang-1.19 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-etcd-golang-1.19 AS builder

WORKDIR /go/src/go.etcd.io/etcd

Expand Down

0 comments on commit 6fc69d5

Please sign in to comment.