File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ COPY ${binary} /azurefileplugin
21
21
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs nfs-common netbase wget
22
22
23
23
# install azcopy
24
- ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.25.0-20240522 /azcopy_linux_amd64_10.25.0 .tar.gz
24
+ ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.25.1-20240612 /azcopy_linux_amd64_10.25.1 .tar.gz
25
25
RUN if [ "$ARCH" == "arm64" ] ; then \
26
- azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.25.0-20240522 /azcopy_linux_arm64_10.25.0 .tar.gz; fi
26
+ azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.25.1-20240612 /azcopy_linux_arm64_10.25.1 .tar.gz; fi
27
27
RUN wget -O azcopy.tar.gz ${azcopyURL} && \
28
28
tar xvzf azcopy.tar.gz -C . && rm azcopy.tar.gz && \
29
29
mv ./azcopy_linux_$ARCH_*/azcopy /usr/local/bin/azcopy && \
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ azcopyPath="/usr/local/bin/azcopy"
40
40
if [ ! -f " $azcopyPath " ]; then
41
41
echo ' Downloading azcopy...'
42
42
azcopyTarFile=" azcopy.tar.gz"
43
- wget -O $azcopyTarFile azcopyvnext.azureedge.net/releases/release-10.25.0-20240522 /azcopy_linux_amd64_10.25.0 .tar.gz
43
+ wget -O $azcopyTarFile azcopyvnext.azureedge.net/releases/release-10.25.1-20240612 /azcopy_linux_amd64_10.25.1 .tar.gz
44
44
tar -zxvf $azcopyTarFile
45
45
mv ./azcopy* /azcopy /usr/local/bin/azcopy
46
46
rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments