diff --git a/scripts/installer.sh b/scripts/installer.sh index ad5ee96a8..530d7cfe7 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -165,10 +165,7 @@ for image in ${images}; do log "Could not pull ${image}" sleep 5 done - while ! docker pull "${image%@sha256:*}"; do # this will tag the image for readability - log "Could not pull ${image%@sha256:*}" - sleep 5 - done + docker tag "${image}" "${image%@sha256:*}" # this will tag the image for readability done if [[ "${is_update}" == "yes" ]]; then