aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-01-21 16:45:00 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-01-21 16:45:00 +0100
commitac46be525be6d76acfe43880e4fb735b1a4eaa86 (patch)
tree1eb3ccf1144e14ee817dd1bac404b616b0752e01
parent9c9f1888d682cf1b794c956d7f6ab448cb42c6d7 (diff)
Update to alpine:3.13
Change-Id: I84459504fa374effb3c0355cf37a09c32b4e61a4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--ansible/site.gate.yml2
-rw-r--r--build.sh2
-rw-r--r--docker/core/Dockerfile2
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