Merge pull request #297 from andyzhangx/fix-push-images

chore: fix pushing image pipeline broken
This commit is contained in:
Andy Zhang 2022-03-22 21:43:04 +08:00 committed by GitHub
commit 7346ad8542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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