We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3f534 commit 7e97fdeCopy full SHA for 7e97fde
pkg/blobplugin/Dockerfile
@@ -36,7 +36,7 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
36
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
37
38
# install aznfs
39
-ARG aznfsVer=2.0.4
+ARG aznfsVer=2.0.7
40
RUN if [ "$ARCH" = "amd64" ] ; then \
41
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.x86_64.tar.gz; \
42
else \
0 commit comments