Skip to content

Commit

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

Updating ose-gcp-cloud-controller-manager images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Nov 16, 2021
2 parents 335866b + 0f36ff0 commit a1eed80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-hack/images/Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 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.9:base
FROM registry.ci.openshift.org/ocp/4.10:base

LABEL description="GCP Cloud Controller Manager"

Expand Down

0 comments on commit a1eed80

Please sign in to comment.