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.
2 parents 65f21c2 + 62b83bf commit b1efdacCopy full SHA for b1efdac
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.20-openshift-4.16
+ tag: rhel-9-release-golang-1.21-openshift-4.16
Dockerfile.rhel
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
WORKDIR /go/src/github.com/openshift/machine-api-operator
COPY . .
RUN NO_DOCKER=1 make build
0 commit comments