From ac46be525be6d76acfe43880e4fb735b1a4eaa86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 21 Jan 2021 16:45:00 +0100 Subject: [PATCH] Update to alpine:3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I84459504fa374effb3c0355cf37a09c32b4e61a4 Signed-off-by: Cédric Ollivier --- ansible/site.gate.yml | 2 +- build.sh | 2 +- docker/core/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.16.6