Merge "Update Alpine to 3.7"
authorLinda Wang <wangwulin@huawei.com>
Fri, 29 Dec 2017 03:33:51 +0000 (03:33 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 29 Dec 2017 03:33:51 +0000 (03:33 +0000)
build.sh
docker/core/Dockerfile
docs/release/release-notes/functest-release.rst

index d1c964b..99a9b46 100644 (file)
--- a/build.sh
+++ b/build.sh
@@ -22,10 +22,10 @@ for dir in ${amd64_dirs}; do
     docker push "${repo}/functest-${dir##**/}:amd64-latest"
     [ "${dir}" != "docker/core" ] && (docker rmi "${repo}/functest-${dir##**/}:amd64-latest" || true)
 done
-[ ! -z "${amd64_dirs}" ] && (docker rmi "${repo}/functest-core:amd64-latest" alpine:3.6 || true)
+[ ! -z "${amd64_dirs}" ] && (docker rmi "${repo}/functest-core:amd64-latest" alpine:3.7 || true)
 find . -name Dockerfile -exec git checkout {} +
 
-find . -name Dockerfile -exec sed -i -e "s|alpine:3.6|multiarch/alpine:arm64-v3.6|g" {} +
+find . -name Dockerfile -exec sed -i -e "s|alpine:3.7|multiarch/alpine:arm64-v3.7|g" {} +
 find . -name Dockerfile -exec sed -i -e "s|opnfv/functest-core|${repo}/functest-core:arm64-latest|g" {} +
 for dir in ${arm64_dirs}; do
     (cd "${dir}" && docker build "${build_opts[@]}" -t "${repo}/functest-${dir##**/}:arm64-latest" .)
index 5407466..bc47e39 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.6
+FROM alpine:3.7
 
 ARG BRANCH=master
 ARG OPENSTACK_TAG=stable/pike
index bbf3021..78ec8f2 100644 (file)
@@ -120,7 +120,7 @@ Documents
 Version change
 ==============
 
-Functest now delivers light-weigth Docker images based on Alpine 3.6. The test cases are grouped into several categories
+Functest now delivers light-weigth Docker images based on Alpine 3.7. The test cases are grouped into several categories
 or tiers and must be run from the corresponding container. For example, to run the test case healthcheck, the image
 opnfv/functest-healthcheck shall be used. The tiers and the tests within them are explained in detail in the User Guide.