From: Cédric Ollivier Date: Thu, 13 Sep 2018 09:02:55 +0000 (+0200) Subject: Fix BRANCH in Dockerfiles X-Git-Tag: opnfv-7.0.0~11 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F62215%2F2;p=functest-kubernetes.git Fix BRANCH in Dockerfiles Change-Id: I3de036f9ad9460be184105b5471f9e542178d0c8 Signed-off-by: Cédric Ollivier --- diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 5150c393..f1d4d34f 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ARG BRANCH=master +ARG BRANCH=stable/gambia ARG OPENSTACK_TAG=stable/queens ARG OPNFV_TAG=master diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 867b7db0..35469097 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -1,7 +1,7 @@ FROM opnfv/functest-kubernetes-core:gambia ARG OPENSTACK_TAG=stable/queens -ARG OPNFV_TAG=master +ARG OPNFV_TAG=stable/gambia RUN apk --no-cache add --update make py-pip bash git go \ grep rsync linux-headers musl-dev findutils \