Remove $BRANCH in healthcheck/Dockerfile 99/47199/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Nov 2017 14:52:37 +0000 (15:52 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Nov 2017 16:06:41 +0000 (17:06 +0100)
This build arg is now useless because the multijobs call build.sh
instead of the previous helper [1].

[1] https://gerrit.opnfv.org/gerrit/#/c/47067/

Change-Id: I52af9a5c4ed0775208d4467853f1b886a543de59
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e045d841c8f52949088fbed007abd0c6df79d194)

docker/components/Dockerfile
docker/healthcheck/Dockerfile

index 93567ce..8794f78 100644 (file)
@@ -1,7 +1,4 @@
 FROM opnfv/functest-core:euphrates
 
-# useless build arg forced by releng/jjb/releng/opnfv-docker.sh
-ARG BRANCH=stable/euphrates
-
 COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
 CMD ["bash","-c","prepare_env start && run_tests -t all"]
index 93567ce..8794f78 100644 (file)
@@ -1,7 +1,4 @@
 FROM opnfv/functest-core:euphrates
 
-# useless build arg forced by releng/jjb/releng/opnfv-docker.sh
-ARG BRANCH=stable/euphrates
-
 COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
 CMD ["bash","-c","prepare_env start && run_tests -t all"]