diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 09:30:32 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 09:40:02 +0200 |
commit | 0712285f0d242eb9279e49a653f64f63842265c9 (patch) | |
tree | b22619ec000eb8173b1ad25e01d602d18cb3c35b /docker/core | |
parent | 857a44f1422fcc4f5c8bcf72716873ff1993ea1b (diff) |
Prepare Functest K8s hunter containers
Change-Id: Ia53b029eb1137b7fffb51eeb6395d69f70d11f75
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/core')
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 5150c393..faf0aea0 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.8 ARG BRANCH=master -ARG OPENSTACK_TAG=stable/queens +ARG OPENSTACK_TAG=stable/rocky ARG OPNFV_TAG=master RUN apk --no-cache add --update python py-pip bash git grep && \ |