diff options
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | build.sh | 2 | ||||
-rw-r--r-- | docker/Dockerfile | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,4 +2,4 @@ host=gerrit.opnfv.org port=29418 project=functest-xtesting.git - +defaultbranch=stable/hunter @@ -8,7 +8,7 @@ set -xe repo=${REPO:-opnfv} -tag=${BRANCH:-latest} +tag=${BRANCH:-hunter} arch=${arch-"\ amd64 \ arm64"} diff --git a/docker/Dockerfile b/docker/Dockerfile index 87a59c34..2ab61141 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 && \ |