diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/core/Dockerfile | 2 | ||||
-rw-r--r-- | docker/features/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
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 \ |