Skip to content

Commit 45acfe9

Browse files
authored
Merge pull request #1917 from k8s-infra-cherrypick-robot/cherry-pick-1914-to-release-1.24
[release-1.24] chore: upgrade azcopy to v10.28.1
2 parents 955021e + 407c1e8 commit 45acfe9

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.trivyignore

-5
This file was deleted.

pkg/blobplugin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN if [ "$ARCH" = "arm64" ]; then \
3232
fi
3333

3434
# install azcopy
35-
RUN curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.0-20250127/azcopy_linux_${ARCH}_10.28.0.tar.gz \
35+
RUN curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.1-20250326/azcopy_linux_${ARCH}_10.28.1.tar.gz \
3636
| tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
3737

3838
# download blobfuse deb

test/sanity/run-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ azcopyPath="/usr/local/bin/azcopy"
3636
if [ ! -f "$azcopyPath" ]; then
3737
azcopyTarFile="azcopy.tar.gz"
3838
echo 'Downloading azcopy...'
39-
wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.0-20250127/azcopy_linux_amd64_10.28.0.tar.gz
39+
wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.1-20250326/azcopy_linux_amd64_10.28.1.tar.gz
4040
tar -zxvf $azcopyTarFile
4141
mv ./azcopy*/azcopy /usr/local/bin/azcopy
4242
rm -rf ./$azcopyTarFile

0 commit comments

Comments
 (0)