Update to alpine:3.13 89/71789/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 21 Jan 2021 15:45:00 +0000 (16:45 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 21 Jan 2021 15:45:00 +0000 (16:45 +0100)
Change-Id: I84459504fa374effb3c0355cf37a09c32b4e61a4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ansible/site.gate.yml
build.sh
docker/core/Dockerfile

index 3f49628..6727034 100644 (file)
@@ -7,7 +7,7 @@
           - repo: _
             dport:
             container: alpine
-            tag: '3.12'
+            tag: '3.13'
         steps:
           - name: opnfv/xtesting
             containers:
index f6aaa49..1e04e7d 100644 (file)
--- 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
index 738a040..2a57421 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.12
+FROM alpine:3.13
 
 ARG BRANCH=master
 ARG OPENSTACK_TAG=master