We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ec747 commit 134a669Copy full SHA for 134a669
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-8-release-golang-1.18-openshift-4.11
+ tag: rhel-8-release-golang-1.18-openshift-4.12
Dockerfile.rhel7
@@ -1,10 +1,10 @@
-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 /go/src/github.com/openshift/cluster-resource-override-admission-operator
COPY . .
5
RUN make build
6
7
-FROM registry.ci.openshift.org/ocp/4.11:base
+FROM registry.ci.openshift.org/ocp/4.12:base
8
9
LABEL io.k8s.display-name="OpenShift ClusterResourceOverride Operator" \
10
io.k8s.description="Manages Pod Resource(s)" \
0 commit comments