Skip to content

Commit

Permalink
Merge pull request #91 from openshift-bot/art-consistency-openshift-4…
Browse files Browse the repository at this point in the history
….7-csi-driver-manila-operator

Updating csi-driver-manila-operator builder & base images to be consistent with ART
  • Loading branch information
jupierce committed Feb 22, 2021
2 parents f0aabd6 + a9cb103 commit 00b1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.openshift
Expand Up @@ -3,7 +3,7 @@ COPY . /go/src/github.com/openshift/csi-driver-manila-operator
RUN cd /go/src/github.com/openshift/csi-driver-manila-operator && \
go build -mod vendor -o csi-driver-manila-operator cmd/csi-driver-manila-operator/main.go

FROM registry.svc.ci.openshift.org/ocp/4.7:base
FROM registry.ci.openshift.org/ocp/4.7:base

ENV OPERATOR=/usr/local/bin/csi-driver-manila-operator \
USER_UID=1001 \
Expand Down

0 comments on commit 00b1f64

Please sign in to comment.