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 Jun 21, 2022
1 parent f4ecb7d commit f749e66
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.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 f749e66

Please sign in to comment.