File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN if [ "$ARCH" = "arm64" ]; then \
32
32
fi
33
33
34
34
# install azcopy
35
- RUN curl -Ls https://azcopyvnext.azureedge .net/releases/release-10.27.1-20241113/azcopy_linux_${ARCH}_10.27.1.tar.gz \
35
+ RUN curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd .net/releases/release-10.27.1-20241113/azcopy_linux_${ARCH}_10.27.1.tar.gz \
36
36
| tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
37
37
38
38
# download blobfuse deb
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ azcopyPath="/usr/local/bin/azcopy"
36
36
if [ ! -f " $azcopyPath " ]; then
37
37
azcopyTarFile=" azcopy.tar.gz"
38
38
echo ' Downloading azcopy...'
39
- wget -O $azcopyTarFile azcopyvnext.azureedge .net/releases/release-10.27.1-20241113/azcopy_linux_amd64_10.27.1.tar.gz
39
+ wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd .net/releases/release-10.27.1-20241113/azcopy_linux_amd64_10.27.1.tar.gz
40
40
tar -zxvf $azcopyTarFile
41
41
mv ./azcopy* /azcopy /usr/local/bin/azcopy
42
42
rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments