Skip to content

Commit

Permalink
Updating csi-driver-manila-operator builder & base images to be consi…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jan 13, 2021
1 parent be2579c commit a9cb103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.openshift
Original file line number Diff line number Diff line change
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 a9cb103

Please sign in to comment.