Merge "Publish "Functest on steroids" (Plugfest-Gambia)"
[functest.git] / build.sh
index e326f56..c6bbd85 100644 (file)
--- a/build.sh
+++ b/build.sh
@@ -13,9 +13,7 @@ docker/features \
 docker/components \
 docker/vnf"}
 arm64_dirs=${arm64_dirs-${amd64_dirs}}
-build_opts=(--pull=true --no-cache --force-rm=true \
-    --build-arg OPENSTACK_TAG="${OPENSTACK_TAG:-master}" \
-    --build-arg RALLY_OPENSTACK_TAG="${RALLY_OPENSTACK_TAG:-1.2.0}")
+build_opts=(--pull=true --no-cache --force-rm=true)
 
 find . -name Dockerfile -exec sed -i \
     -e "s|opnfv/functest-core|${repo}/functest-core:amd64-latest|g" {} +