diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | build.sh | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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[@]}" \ |