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 6d5a9fb commit 13b3eecCopy full SHA for 13b3eec
pkg/azurefileplugin/Dockerfile
@@ -22,7 +22,7 @@ ARG ARCH
22
23
RUN apt update \
24
&& apt install -y curl \
25
- && curl -Lso /tmp/azfilesauth_amd64.deb https://raw.githubusercontent.com/andyzhangx/demo/refs/heads/master/aks/azfilesauth_1.0-2_amd64.deb \
+ && curl -Lso /tmp/azfilesauth_amd64.deb https://raw.githubusercontent.com/andyzhangx/demo/refs/heads/master/aks/azfilesauth_1.0-4_${ARCH}.deb \
26
&& curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.29.1-20250515/azcopy_linux_${ARCH}_10.29.1.tar.gz \
27
| tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
28
0 commit comments