diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 08:19:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-13 08:19:16 +0000 |
commit | 5034513e415d08d92bd8645f7052545e74e98a26 (patch) | |
tree | ab2b4525be6db25cb7f21dfc3a73e4447582af1d /docker/core/Dockerfile | |
parent | 2812b3902da7c041ef8f66a3595d6d85874b223b (diff) | |
parent | 0712285f0d242eb9279e49a653f64f63842265c9 (diff) |
Merge "Prepare Functest K8s hunter containers" into stable/hunter
Diffstat (limited to 'docker/core/Dockerfile')
-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 && \ |