Skip to content

Commit 308e7bb

Browse files
authored
Merge pull request #2710 from k8s-infra-cherrypick-robot/cherry-pick-2709-to-release-1.33
[release-1.33] chore: upgrade azcopy to v10.30.0
2 parents e2ee4be + a570cfe commit 308e7bb

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.trivyignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
CVE-2024-3744
2-
CVE-2025-22874
3-
CVE-2025-4673
4-
CVE-2025-0913
52
CVE-2025-47907

pkg/azurefileplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG ARCH
2222

2323
RUN apt update \
2424
&& apt install -y curl \
25-
&& curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.29.1-20250515/azcopy_linux_${ARCH}_10.29.1.tar.gz \
25+
&& curl -Ls https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.0/azcopy_linux_${ARCH}_10.30.0.tar.gz \
2626
| tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
2727

2828
FROM base

test/sanity/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ azcopyPath="/usr/local/bin/azcopy"
4040
if [ ! -f "$azcopyPath" ]; then
4141
azcopyTarFile="azcopy.tar.gz"
4242
echo 'Downloading azcopy...'
43-
wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.29.1-20250515/azcopy_linux_amd64_10.29.1.tar.gz
43+
wget -O $azcopyTarFile https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.0/azcopy_linux_amd64_10.30.0.tar.gz
4444
tar -zxvf $azcopyTarFile
4545
mv ./azcopy*/azcopy /usr/local/bin/azcopy
4646
rm -rf ./$azcopyTarFile

0 commit comments

Comments
 (0)