From: Cédric Ollivier Date: Thu, 11 Feb 2021 17:48:19 +0000 (+0100) Subject: Fix tag substitutes X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F71990%2F1;p=functest-xtesting.git Fix tag substitutes Change-Id: I72e82055d32a87d81877152fa4bce4885bddc4cb Signed-off-by: Cédric Ollivier --- diff --git a/build.sh b/build.sh index 1e04e7d1..f0d768d1 100644 --- a/build.sh +++ b/build.sh @@ -29,7 +29,7 @@ for arch in ${arch}; do -e "s|opnfv/xtesting|${repo}/xtesting:arm64-${tag}|g" {} + elif [[ ${arch} == arm ]]; then find . -name Dockerfile -exec sed -i \ - -e "s|alpine:3.12|arm32v6/alpine:3.12|g" {} + + -e "s|alpine:3.13|arm32v6/alpine:3.13|g" {} + find . -name Dockerfile -exec sed -i \ -e "s|opnfv/xtesting|${repo}/xtesting:arm-${tag}|g" {} + else