Skip to content

Commit 7e97fde

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
feat: upgrade to aznfs 2.0.7 version for nfs mount
1 parent ab3f534 commit 7e97fde

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
@@ -36,7 +36,7 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
3636
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
3737

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

0 commit comments

Comments
 (0)