Skip to content

Commit

Permalink
Merge pull request #1160 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1159-to-release-1.23

[release-1.23] feat: upgrade to aznfs 2.0.0 version for nfs mount
  • Loading branch information
k8s-ci-robot authored Dec 11, 2023
2 parents 595fdfe + 1a85d33 commit c18c197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-

# install aznfs
RUN if [ "$ARCH" = "amd64" ] ; then \
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/1.0.8/aznfs-1.0.8-1.x86_64.tar.gz; \
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/2.0.0/aznfs-2.0.0-1.x86_64.tar.gz; \
else \
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/1.0.8/aznfs-1.0.8-1.arm64.tar.gz;fi
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/2.0.0/aznfs-2.0.0-1.arm64.tar.gz;fi
RUN tar xvzf aznfs.tar.gz -C / --keep-directory-symlink && rm aznfs.tar.gz

# install azcopy
Expand Down

0 comments on commit c18c197

Please sign in to comment.