From: Cédric Ollivier Date: Thu, 13 Sep 2018 09:04:35 +0000 (+0200) Subject: Fix BRANCH in Dockerfiles X-Git-Tag: opnfv-8.0.0~11 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F62217%2F1;p=functest-kubernetes.git Fix BRANCH in Dockerfiles Change-Id: I2da339262b48e4babc8aa4e17b75b95c2af04e93 Signed-off-by: Cédric Ollivier --- diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index faf0aea0..c7373c14 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ARG BRANCH=master +ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky ARG OPNFV_TAG=master diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 567e7978..91e10c17 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -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 \