aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--build.sh3
2 files changed, 5 insertions, 1 deletions
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[@]}" \