Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#129 from openshift-bot/art-consiste…
Browse files Browse the repository at this point in the history
…ncy-openshift-4.15-csi-driver-nfs

OCPBUGS-19212: Updating csi-driver-nfs images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Sep 19, 2023
2 parents 28c0ed3 + c2679cb commit 3cca6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.20-openshift-4.14
tag: rhel-8-release-golang-1.20-openshift-4.15
4 changes: 2 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15
COPY . /go/src/github.com/openshift/csi-driver-nfs
RUN cd /go/src/github.com/openshift/csi-driver-nfs && \
go build -o /go/src/github.com/openshift/csi-driver-nfs/nfsplugin cmd/nfsplugin/main.go

FROM registry.ci.openshift.org/ocp/4.14:base
FROM registry.ci.openshift.org/ocp/4.15:base

COPY --from=0 /go/src/github.com/openshift/csi-driver-nfs/nfsplugin /usr/bin/

Expand Down

0 comments on commit 3cca6e5

Please sign in to comment.