Skip to content

Commit 134a669

Browse files
committed
Bump to 4.12
1 parent 50ec747 commit 134a669

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-8-release-golang-1.18-openshift-4.11
4+
tag: rhel-8-release-golang-1.18-openshift-4.12

Dockerfile.rhel7

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

33
WORKDIR /go/src/github.com/openshift/cluster-resource-override-admission-operator
44
COPY . .
55
RUN make build
66

7-
FROM registry.ci.openshift.org/ocp/4.11:base
7+
FROM registry.ci.openshift.org/ocp/4.12:base
88

99
LABEL io.k8s.display-name="OpenShift ClusterResourceOverride Operator" \
1010
io.k8s.description="Manages Pod Resource(s)" \

0 commit comments

Comments
 (0)