Skip to content

Commit 9105488

Browse files
authored
Merge pull request #1641 from k8s-infra-cherrypick-robot/cherry-pick-1639-to-release-1.28
[release-1.28] feat: upgrade azcopy to v10.22.1 for volume clone feature
2 parents 72c8de0 + 68eeb05 commit 9105488

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.trivyignore

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

pkg/azurefileplugin/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ COPY ${binary} /azurefileplugin
2121
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
2222

2323
# install azcopy
24-
ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.21.2-20231106/azcopy_linux_amd64_10.21.2.tar.gz
24+
ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220/azcopy_linux_amd64_10.22.1.tar.gz
2525
RUN if [ "$ARCH" == "arm64" ] ; then \
26-
azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.21.2-20231106/azcopy_linux_arm64_10.21.2.tar.gz; fi
26+
azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220/azcopy_linux_arm64_10.22.1.tar.gz; fi
2727
RUN wget -O azcopy.tar.gz ${azcopyURL} && \
2828
tar xvzf azcopy.tar.gz -C . && rm azcopy.tar.gz && \
2929
mv ./azcopy_linux_$ARCH_*/azcopy /usr/local/bin/azcopy && \

0 commit comments

Comments
 (0)