From 57e389615ff3a4fd206fd04d9c8238a3aeccb87f 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 (cherry picked from commit 142bc4a751bf5568cd0bb13c8550959f9a0b83c2) --- README.md | 3 ++- build.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce3cc819..6ec348a5 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 0e27505d..89976541 100644 --- a/build.sh +++ b/build.sh @@ -20,6 +20,9 @@ ${repo}/functest-kubernetes-core:amd64-v1.25|g" {} + find . -name Dockerfile -exec sed -i \ -e "s|opnfv/functest-kubernetes-healthcheck:v1.25|\ ${repo}/functest-kubernetes-healthcheck:amd64-v1.25|g" {} + +find . -name Dockerfile -exec sed -i \ + -e "s|opnfv/functest-kubernetes-smoke:v1.25|\ +${repo}/functest-kubernetes-smoke:amd64-v1.25|g" {} + for dir in ${amd64_dirs}; do (cd "${dir}" && docker build "${build_opts[@]}" \ -- 2.16.6