Skip to content

Commit 1a85d33

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
feat: upgrade to aznfs 2.0.0 version for nfs mount
1 parent 595fdfe commit 1a85d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-
3939

4040
# install aznfs
4141
RUN if [ "$ARCH" = "amd64" ] ; then \
42-
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; \
42+
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; \
4343
else \
44-
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
44+
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
4545
RUN tar xvzf aznfs.tar.gz -C / --keep-directory-symlink && rm aznfs.tar.gz
4646

4747
# install azcopy

0 commit comments

Comments
 (0)