Skip to content

Commit 68891e3

Browse files
authored
Merge pull request #1974 from andyzhangx/upgrade-azcopy-10.29.0
chore: upgrade azcopy to v10.29.0
2 parents dd99c89 + 6b082f7 commit 68891e3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.trivyignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CVE-2025-22871
21
CVE-2025-22872

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN if [ "$ARCH" = "arm64" ]; then \
3232
RUN curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/${aznfsTarPkgName}.tar.gz | tar xvzf - -C / --keep-directory-symlink;
3333

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

3838
# download blobfuse deb

test/sanity/run-test.sh

Lines changed: 1 addition & 1 deletion
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.1-20250326/azcopy_linux_amd64_10.28.1.tar.gz
39+
wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.29.0-20250428/azcopy_linux_amd64_10.29.0.tar.gz
4040
tar -zxvf $azcopyTarFile
4141
mv ./azcopy*/azcopy /usr/local/bin/azcopy
4242
rm -rf ./$azcopyTarFile

0 commit comments

Comments
 (0)