diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-12 20:19:38 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-12 20:19:38 +0200 |
commit | d8652a1d9f2180556366b0e8c0fe640aaad79317 (patch) | |
tree | 0de208a81d5838b8cc5fd23917d3463f3253c624 | |
parent | a09ece9bbe9cda52487cf5b443619fec1b3e09ca (diff) |
Prepare hunter docker images
Change-Id: I294843fa62b20163ac111d713f83c0201cfcfad9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 && \ |