Skip to content

Commit a894143

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
chore: upgrade azcopy to v10.30.1
1 parent be49c79 commit a894143

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.trivyignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

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
fi
3333

3434
# install azcopy
35-
RUN curl -Ls https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.0/azcopy_linux_${ARCH}_10.30.0.tar.gz \
35+
RUN curl -Ls https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.1/azcopy_linux_${ARCH}_10.30.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

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 https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.0/azcopy_linux_amd64_10.30.0.tar.gz
39+
wget -O $azcopyTarFile https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.1/azcopy_linux_amd64_10.30.1.tar.gz
4040
tar -zxvf $azcopyTarFile
4141
mv ./azcopy*/azcopy /usr/local/bin/azcopy
4242
rm -rf ./$azcopyTarFile

0 commit comments

Comments
 (0)