Skip to content

Commit

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

OCPBUGS-19212: Updating csi-driver-nfs images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed 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
@@ -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
@@ -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.