Skip to content

Commit 6a72c25

Browse files
Merge pull request openshift#144 from shiftstack/bump-image
OCPBUGS-34363: Updating csi-driver-nfs-container image to be consistent with ART for 4.17
2 parents 6f99907 + 2df75d1 commit 6a72c25

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.21-openshift-4.17
4+
tag: rhel-9-release-golang-1.22-openshift-4.17

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-csi/csi-driver-nfs
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/container-storage-interface/spec v1.8.0

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.17
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17
22
COPY . /go/src/github.com/openshift/csi-driver-nfs
33
RUN cd /go/src/github.com/openshift/csi-driver-nfs && \
44
go build -o /go/src/github.com/openshift/csi-driver-nfs/nfsplugin cmd/nfsplugin/main.go

vendor/k8s.io/kubernetes/test/e2e/framework/testfiles/testdata/a/foo.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)