We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c25b3a5 + 0f41019 commit 489fa12Copy full SHA for 489fa12
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.24-openshift-4.22
+ tag: rhel-9-release-golang-1.25-openshift-4.22
Dockerfile.openshift
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder
WORKDIR /go/src/github.com/openshift/azure-file-csi-driver
COPY . .
RUN make azurefile ARCH=$(go env GOARCH) && cp _output/$(go env GOARCH)/azurefileplugin .
0 commit comments