From: Cédric Ollivier Date: Tue, 24 Jan 2023 14:34:15 +0000 (+0100) Subject: Update README.md X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=142bc4a751bf5568cd0bb13c8550959f9a0b83c2;p=functest-kubernetes.git Update README.md It take latest updates into account. Change-Id: I0a6af492c99cb49c326734c061b7934ea7a12127 Signed-off-by: Cédric Ollivier --- diff --git a/README.md b/README.md index 6d7bb051..5c1d8086 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ datacenters as the lowest cost (50 euros hardware and software included). | v1.23 | v1.23 | | v1.24 | v1.24 | | v1.25 | v1.25 | -| **Master** | **v1.26.0-alpha.2 (rolling)** | +| v1.26 | v1.26 | +| **Master** | **v1.27.0-alpha.0 (rolling)** | ## Prepare your environment diff --git a/build.sh b/build.sh index c4b2df33..4db163de 100644 --- a/build.sh +++ b/build.sh @@ -20,6 +20,9 @@ ${repo}/functest-kubernetes-core:amd64-latest|g" {} + find . -name Dockerfile -exec sed -i \ -e "s|opnfv/functest-kubernetes-healthcheck|\ ${repo}/functest-kubernetes-healthcheck:amd64-latest|g" {} + +find . -name Dockerfile -exec sed -i \ + -e "s|opnfv/functest-kubernetes-smoke|\ +${repo}/functest-kubernetes-smoke:amd64-latest|g" {} + for dir in ${amd64_dirs}; do (cd "${dir}" && docker build "${build_opts[@]}" \