Skip to content

Commit 81d430f

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
feat: upgrade to aznfs 2.0.1 version for nfs mount
1 parent 2f038b7 commit 81d430f

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
@@ -33,9 +33,9 @@ RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-
3333

3434
# install aznfs
3535
RUN if [ "$ARCH" = "amd64" ] ; then \
36-
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; \
36+
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/2.0.1/aznfs-2.0.1-1.x86_64.tar.gz; \
3737
else \
38-
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
38+
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/2.0.1/aznfs-2.0.1-1.arm64.tar.gz;fi
3939
RUN tar xvzf aznfs.tar.gz -C / --keep-directory-symlink && rm aznfs.tar.gz
4040

4141
RUN if [ "$ARCH" = "amd64" ] ; then \

0 commit comments

Comments
 (0)