Skip to content

Commit 6794700

Browse files
authored
Merge pull request #1177 from k8s-infra-cherrypick-robot/cherry-pick-1176-to-release-1.23
[release-1.23] feat: upgrade to aznfs 2.0.1 version for nfs mount
2 parents 86f1005 + 0c5fe20 commit 6794700

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

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

4545
# install azcopy

0 commit comments

Comments
 (0)