Prepare hunter docker images 43/62143/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 12 Sep 2018 18:19:38 +0000 (20:19 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 12 Sep 2018 18:19:38 +0000 (20:19 +0200)
Change-Id: I294843fa62b20163ac111d713f83c0201cfcfad9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
.gitreview
build.sh
docker/Dockerfile

index 8db5dfe..1929519 100644 (file)
@@ -2,4 +2,4 @@
 host=gerrit.opnfv.org
 port=29418
 project=functest-xtesting.git
-
+defaultbranch=stable/hunter
index 9e6a998..964c641 100644 (file)
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,7 @@
 set -xe
 
 repo=${REPO:-opnfv}
-tag=${BRANCH:-latest}
+tag=${BRANCH:-hunter}
 arch=${arch-"\
 amd64 \
 arm64"}
index 87a59c3..2ab6114 100644 (file)
@@ -1,7 +1,7 @@
 FROM alpine:3.8
 
 ARG BRANCH=master
-ARG OPENSTACK_TAG=stable/queens
+ARG OPENSTACK_TAG=stable/rocky
 
 RUN apk --no-cache add --update python py-pip bash git && \
     git init /src/functest-xtesting && \