Skip to content

Commit

Permalink
Merge pull request #19 from openshift-bot/art-consistency-openshift-4…
Browse files Browse the repository at this point in the history
….12-ose-gcp-cloud-controller-manager

Updating ose-gcp-cloud-controller-manager images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Aug 29, 2022
2 parents 9a303b1 + fcbe6f8 commit dd81b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-hack/images/Dockerfile.openshift
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder

WORKDIR /build
COPY . .
Expand All @@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 GOOS=${GOOS} GOPROXY=${GOPROXY} go build \
-o=gcp-cloud-controller-manager \
./cmd/cloud-controller-manager

FROM registry.ci.openshift.org/ocp/4.10:base
FROM registry.ci.openshift.org/ocp/4.12:base

LABEL description="GCP Cloud Controller Manager"

Expand Down

0 comments on commit dd81b8f

Please sign in to comment.