Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream into openshift/csi-driver-nfs #77

Merged
merged 12 commits into from
Mar 24, 2022
Prev Previous commit
Next Next commit
chore: fix pushing image pipeline broken
  • Loading branch information
andyzhangx committed Mar 22, 2022
commit af4048f3865840d877bee5ea70fc90c845404357
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
ARG ARCH

# Copy nfsplugin from build _output directory
COPY bin/${ARCH}/nfsplugin /nfsplugin
COPY ./bin/${ARCH}/nfsplugin /nfsplugin

RUN apt update && apt-mark unhold libcap2
RUN clean-install ca-certificates mount nfs-common netbase
Expand Down