From 142bc4a751bf5568cd0bb13c8550959f9a0b83c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 24 Jan 2023 15:34:15 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It take latest updates into account. Change-Id: I0a6af492c99cb49c326734c061b7934ea7a12127 Signed-off-by: Cédric Ollivier --- README.md | 3 ++- build.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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[@]}" \ -- 2.16.6