Skip to content

Commit b117beb

Browse files
authored
Merge pull request #1437 from k8s-infra-cherrypick-robot/cherry-pick-1435-to-release-1.23
[release-1.23] feat: upgrade to aznfs 2.0.7 version for nfs mount
2 parents ab3f534 + 7e97fde commit b117beb

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)