Fix BRANCH in Dockerfiles 15/62215/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 09:02:55 +0000 (11:02 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 09:08:21 +0000 (11:08 +0200)
Change-Id: I3de036f9ad9460be184105b5471f9e542178d0c8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile
docker/features/Dockerfile

index 5150c39..f1d4d34 100644 (file)
@@ -1,6 +1,6 @@
 FROM alpine:3.8
 
-ARG BRANCH=master
+ARG BRANCH=stable/gambia
 ARG OPENSTACK_TAG=stable/queens
 ARG OPNFV_TAG=master
 
index 867b7db..3546909 100644 (file)
@@ -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 \