Skip to content

Commit ccd797e

Browse files
authored
chore(deps): bump acr-mirror to version 0.3.0 (#7862)
1 parent dd67fae commit ccd797e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vhdbuilder/packer/install-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ installCNI() {
251251
if [ -n "${downloadDir}" ] && [ -n "${evaluatedURL}" ]; then
252252
mkdir -p "${downloadDir}"
253253
chown -R root:root "${downloadDir}"
254-
254+
255255
echo "Downloading CNI plugins from ${evaluatedURL}"
256256
retrycmd_get_tarball 120 5 "${downloadDir}/cni-plugins.tar.gz" "${evaluatedURL}" || exit $ERR_CNI_DOWNLOAD_TIMEOUT
257257
extract_tarball "${downloadDir}/cni-plugins.tar.gz" "$CNI_BIN_DIR"
@@ -478,7 +478,7 @@ installAndConfigureArtifactStreaming() {
478478
# arguments: package name, package extension
479479
PACKAGE_NAME=$1
480480
PACKAGE_EXTENSION=$2
481-
MIRROR_PROXY_VERSION='0.2.14'
481+
MIRROR_PROXY_VERSION='0.3.0'
482482
MIRROR_DOWNLOAD_PATH="./$1.$2"
483483
MIRROR_PROXY_URL="https://acrstreamingpackage.z5.web.core.windows.net/${MIRROR_PROXY_VERSION}/${PACKAGE_NAME}.${PACKAGE_EXTENSION}"
484484
retrycmd_curl_file 10 5 60 $MIRROR_DOWNLOAD_PATH $MIRROR_PROXY_URL || exit ${ERR_ARTIFACT_STREAMING_DOWNLOAD}

0 commit comments

Comments
 (0)