diff options
Diffstat (limited to 'docker/features')
-rw-r--r-- | docker/features/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 16712ab5..9e1123ba 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -1,7 +1,7 @@ -FROM opnfv/functest-kubernetes-core +FROM opnfv/functest-kubernetes-core:iruya -ARG OPENSTACK_TAG=master -ARG OPNFV_TAG=master +ARG OPENSTACK_TAG=stable/stein +ARG OPNFV_TAG=stable/iruya COPY thirdparty-requirements.txt thirdparty-requirements.txt RUN apk --no-cache add --update make py-pip bash git go \ |