Skip to content

Commit

Permalink
Updating ose-gcp-cloud-controller-manager images to be consistent wit…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team authored and cloud-team-rebase-bot committed Nov 22, 2021
1 parent 19cbd31 commit 1799b99
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 1799b99

Please sign in to comment.