aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 2cd00fa3f..fb401c2d4 100644
--- a/build.sh
+++ b/build.sh
@@ -10,7 +10,9 @@ docker/healthcheck \
docker/smoke \
docker/benchmarking \
docker/features \
-docker/vnf"}
+docker/vnf \
+docker/smoke-cntt \
+docker/benchmarking-cntt"}
arm_dirs=${arm_dirs-"\
docker/core \
docker/tempest \
@@ -18,7 +20,8 @@ docker/healthcheck \
docker/smoke \
docker/benchmarking \
docker/features \
-docker/smoke-cntt"}
+docker/smoke-cntt \
+docker/benchmarking-cntt"}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=("--pull=true" --no-cache "--force-rm=true")