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 1e0d7a4 commit c979ec2Copy full SHA for c979ec2
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: builder
3
namespace: ocp
4
- tag: rhel-9-golang-1.23-openshift-4.19
+ tag: rhel-9-golang-1.24-openshift-4.20
Dockerfile
-FROM docker.io/golang:1.23 AS builder
+FROM docker.io/golang:1.24 AS builder
WORKDIR /go/src/github.com/openshift/cert-manager-operator
COPY . .
RUN make build --warn-undefined-variables
images/ci/Dockerfile
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
# build operator
0 commit comments