Skip to content

Commit

Permalink
Updating ose-vsphere-cluster-api-controllers images to be consistent …
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jul 5, 2022
1 parent f67d1d0 commit 07fcff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/Dockerfile.openshift
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 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 GO111MODULE=on CGO_ENABLED=0 GOOS=${GOOS} GOPROXY=${GOPROXY} go build \
-o=cluster-api-provider-vsphere-controller-manager \
main.go

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

LABEL description="Cluster API Provider vSphere Controller Manager"

Expand Down

0 comments on commit 07fcff4

Please sign in to comment.