From: Cédric Ollivier Date: Thu, 21 Jan 2021 15:45:00 +0000 (+0100) Subject: Update to alpine:3.13 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F71789%2F1;p=functest-xtesting.git Update to alpine:3.13 Change-Id: I84459504fa374effb3c0355cf37a09c32b4e61a4 Signed-off-by: Cédric Ollivier --- diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 3f49628e..67270341 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -7,7 +7,7 @@ - repo: _ dport: container: alpine - tag: '3.12' + tag: '3.13' steps: - name: opnfv/xtesting containers: diff --git a/build.sh b/build.sh index f6aaa492..1e04e7d1 100644 --- a/build.sh +++ b/build.sh @@ -24,7 +24,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.12|arm64v8/alpine:3.12|g" {} + + -e "s|alpine:3.13|arm64v8/alpine:3.13|g" {} + find . -name Dockerfile -exec sed -i \ -e "s|opnfv/xtesting|${repo}/xtesting:arm64-${tag}|g" {} + elif [[ ${arch} == arm ]]; then diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 738a0403..2a57421e 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.13 ARG BRANCH=master ARG OPENSTACK_TAG=master