Update cassandra image 16/143616/2 master
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 16 Mar 2026 09:47:56 +0000 (10:47 +0100)
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Tue, 17 Mar 2026 16:01:14 +0000 (16:01 +0000)
- cassandra (3.11.15 -> 3.11.19)

Issue-ID: SDC-4803
Change-Id: Ib88cfd320b7f9fa974e5f558e36269f397a25b2e
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
sdc-os-chef/sdc-cassandra/Dockerfile

index aa6460c..92317e4 100644 (file)
@@ -1,4 +1,4 @@
-FROM cassandra:3.11.15
+FROM cassandra:3.11.19
 
 # Install necessary packages
 RUN apt-get -o Acquire::Check-Valid-Until=false update && \
@@ -6,7 +6,6 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update && \
       apt-transport-https \
       curl \
       wget \
-      perl \
       python3 \
       python3-pip \
       ntp && \