From: Cédric Ollivier Date: Sat, 23 Mar 2019 17:18:58 +0000 (+0100) Subject: Update Alpine tag in build.sh X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F67350%2F1;p=functest-xtesting.git Update Alpine tag in build.sh It completes the previous commit updating Alpine. Change-Id: Ic7bb294eeebad360278dcb75f841efec8e87c03b Signed-off-by: Cédric Ollivier (cherry picked from commit 8629e7e49e555f83f3c178b44bf10e74c8997c48) --- diff --git a/build.sh b/build.sh index 964c6412..2151b360 100644 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ build_opts=(--pull=true --no-cache --force-rm=true) for arch in ${arch};do if [[ ${arch} == arm64 ]]; then find . -name Dockerfile -exec sed -i \ - -e "s|alpine:3.8|multiarch/alpine:arm64-v3.8|g" {} + + -e "s|alpine:3.9|multiarch/alpine:arm64-v3.9|g" {} + fi (cd docker && docker build "${build_opts[@]}" \ -t "${repo}/${image}:${arch}-${tag}" .)