From: Fiete Ostkamp Date: Sun, 15 Jun 2025 17:03:51 +0000 (+0200) Subject: Downgrade init base image to python 3.11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=inline;p=sdc%2Fsdc-workflow-designer.git Downgrade init base image to python 3.11 - python3.11 is the last version that ships with c extensions that are used by the cassandra-driver - upgrading to newer python versions is a little more elaborate Issue-ID: SDC-4739 Change-Id: I574bb039bc4e9df28b08ef43c922ca23fb41a6c2 Signed-off-by: Fiete Ostkamp --- diff --git a/sdc-workflow-designer-init/src/main/docker/Dockerfile b/sdc-workflow-designer-init/src/main/docker/Dockerfile index 32808fe6..2d3b46bb 100644 --- a/sdc-workflow-designer-init/src/main/docker/Dockerfile +++ b/sdc-workflow-designer-init/src/main/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.11-alpine RUN pip install cassandra-driver==3.29.2 cqlsh==6.2.0