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 fbbd762 + 26271aa commit 621b95eCopy full SHA for 621b95e
pkg/blobplugin/Dockerfile
@@ -73,6 +73,11 @@ RUN if [ "$ARCH" = "amd64" ] ; then \
73
&& apt update \
74
&& apt install -y blobfuse blobfuse2 fuse; fi
75
76
+RUN if [ "$ARCH" = "arm64" ] ; then \
77
+ dpkg -i /blobfuse-proxy/packages-microsoft-prod-22.04.deb \
78
+ && apt update \
79
+ && apt install -y fuse3 blobfuse2; fi
80
+
81
LABEL maintainers="andyzhangx"
82
LABEL description="Azure Blob Storage CSI driver"
83
0 commit comments