We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1148674 + ec994bc commit f84efa8Copy full SHA for f84efa8
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.22-openshift-4.18
+ tag: rhel-9-release-golang-1.23-openshift-4.19
Dockerfile.rhel7
@@ -1,10 +1,10 @@
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 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.18:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
8
9
LABEL io.k8s.display-name="OpenShift ClusterResourceOverride Operator" \
10
io.k8s.description="Manages Pod Resource(s)" \
0 commit comments