Skip to content

Commit 8f99345

Browse files
authored
Merge pull request #1438 from k8s-infra-cherrypick-robot/cherry-pick-1435-to-release-1.22
[release-1.22] feat: upgrade to aznfs 2.0.7 version for nfs mount
2 parents 80aafd7 + 265ecc0 commit 8f99345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
3232
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase procps conntrack iptables bind9-host iproute2 bash netcat-traditional sysvinit-utils kmod
3333

3434
# install aznfs
35-
ARG aznfsVer=2.0.4
35+
ARG aznfsVer=2.0.7
3636
RUN if [ "$ARCH" = "amd64" ] ; then \
3737
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.x86_64.tar.gz; \
3838
else \

0 commit comments

Comments
 (0)