Skip to content

Commit

Permalink
feat: update img binary to v0.5.6 (Azure#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and Justin Hackett committed Mar 14, 2019
1 parent 1f2b23b commit 67e64cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/k8s/kubernetesinstalls.sh
Expand Up @@ -194,7 +194,7 @@ installContainerd() {

installImg() {
img_filepath=/usr/local/bin/img
retrycmd_get_executable 120 5 $img_filepath "https://acs-mirror.azureedge.net/img/img-linux-amd64-v0.4.6" ls || exit $ERR_IMG_DOWNLOAD_TIMEOUT
retrycmd_get_executable 120 5 $img_filepath "https://acs-mirror.azureedge.net/img/img-linux-amd64-v0.5.6" ls || exit $ERR_IMG_DOWNLOAD_TIMEOUT
}

extractHyperkube() {
Expand Down

0 comments on commit 67e64cd

Please sign in to comment.