Skip to content

Commit 83eb1c6

Browse files
Merge pull request #24 from openshift-bot/art-consistency-openshift-4.13-ose-gcp-cloud-controller-manager
Updating ose-gcp-cloud-controller-manager images to be consistent with ART
2 parents 0b9cd28 + e353c16 commit 83eb1c6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.ci-operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build_root_image:
2+
name: release
3+
namespace: openshift
4+
tag: rhel-8-release-golang-1.19-openshift-4.13

openshift-hack/images/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.19-openshift-4.12 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder
22

33
WORKDIR /build
44
COPY . .
@@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 GOOS=${GOOS} GOPROXY=${GOPROXY} go build \
77
-o=gcp-cloud-controller-manager \
88
./cmd/cloud-controller-manager
99

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

1212
LABEL description="GCP Cloud Controller Manager"
1313

0 commit comments

Comments
 (0)