Fix BRANCH in Dockerfiles 17/62217/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 09:04:35 +0000 (11:04 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 09:04:35 +0000 (11:04 +0200)
Change-Id: I2da339262b48e4babc8aa4e17b75b95c2af04e93
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile
docker/features/Dockerfile

index faf0aea..c7373c1 100644 (file)
@@ -1,6 +1,6 @@
 FROM alpine:3.8
 
-ARG BRANCH=master
+ARG BRANCH=stable/hunter
 ARG OPENSTACK_TAG=stable/rocky
 ARG OPNFV_TAG=master
 
index 567e797..91e10c1 100644 (file)
@@ -1,7 +1,7 @@
 FROM opnfv/functest-kubernetes-core:hunter
 
 ARG OPENSTACK_TAG=stable/rocky
-ARG OPNFV_TAG=master
+ARG OPNFV_TAG=stable/hunter
 
 RUN apk --no-cache add --update make py-pip bash git go \
         grep rsync linux-headers musl-dev findutils \