aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/Dockerfile
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-11-30 16:43:40 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-11-30 16:43:40 +0100
commitdd410d187c2d20f3226baf71c2aae2054fd171fa (patch)
treefb7053edc0bbeef46c89738409824049d9a54e7a /docker/core/Dockerfile
parent97d759563b889b87b8c7aa076ee724e40732199f (diff)
Use OPNFV stable/zed branches
Change-Id: I25b2c26fbb391c6d11352c9b382246bd8f565428 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r--docker/core/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 3b35af36..500dc017 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -1,8 +1,8 @@
FROM alpine:3.16
ARG BRANCH=stable/v1.28
-ARG OPENSTACK_TAG=stable/2023.1
-ARG OPNFV_TAG=stable/2023.1
+ARG OPENSTACK_TAG=stable/zed
+ARG OPNFV_TAG=stable/zed
COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch
COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch