From 4bb37383866afc1e81cb2920dfaeee452b006dc3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 24 Jan 2023 15:45:18 +0100 Subject: Update Alpine to 3.17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://www.alpinelinux.org/posts/Alpine-3.17.0-released.html Change-Id: I660a04c8de1184d83f7e6bfc6777fa571fabc080 Signed-off-by: Cédric Ollivier --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index e7056514..d5e44716 100644 --- a/build.sh +++ b/build.sh @@ -24,12 +24,12 @@ 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.16|arm64v8/alpine:3.16|g" {} + + -e "s|alpine:3.17|arm64v8/alpine:3.17|g" {} + find . -name Dockerfile -exec sed -i \ -e "s|opnfv/xtesting|${repo}/xtesting:arm64-${tag}|g" {} + elif [[ ${arch} == arm ]]; then find . -name Dockerfile -exec sed -i \ - -e "s|alpine:3.16|arm32v6/alpine:3.16|g" {} + + -e "s|alpine:3.17|arm32v6/alpine:3.17|g" {} + find . -name Dockerfile -exec sed -i \ -e "s|opnfv/xtesting|${repo}/xtesting:arm-${tag}|g" {} + else -- cgit 1.2.3-korg