Skip to content

Commit 1b97b75

Browse files
author
AOS Automation Release Team
committed
Updating ose-cluster-api-container image to be consistent with ART for 4.12
Reconciling with https://github.com/openshift/ocp-build-data/tree/ee4d1f55e26c1f55a9e80aac010ddadae5e198f9/images/ose-cluster-api.yml
1 parent 03d89f2 commit 1b97b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/Dockerfile.openshift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
22

33
WORKDIR /build
44
COPY . .
@@ -7,7 +7,7 @@ RUN GO111MODULE=on CGO_ENABLED=0 GOOS=${GOOS} GOPROXY=${GOPROXY} go build \
77
-o=cluster-api-controller-manager \
88
main.go
99

10-
FROM registry.ci.openshift.org/ocp/4.11:base
10+
FROM registry.ci.openshift.org/ocp/4.12:base
1111

1212
LABEL description="Cluster API Controller Manager"
1313

0 commit comments

Comments
 (0)