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.
2 parents 80aafd7 + 265ecc0 commit 8f99345Copy full SHA for 8f99345
pkg/blobplugin/Dockerfile
@@ -32,7 +32,7 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
32
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
33
34
# install aznfs
35
-ARG aznfsVer=2.0.4
+ARG aznfsVer=2.0.7
36
RUN if [ "$ARCH" = "amd64" ] ; then \
37
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.x86_64.tar.gz; \
38
else \
0 commit comments