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 acs-bot committed Jan 10, 2019
1 parent 87605e1 commit c593ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/k8s/kubernetesinstalls.sh
Original file line number Diff line number Diff line change
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 c593ace

Please sign in to comment.