Skip to content
Snippets Groups Projects
Commit 7d3c5483 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

bookworm-multipython: Bump cassandra to 5.0.x

Align cassandra version with the one used in production.

Cassandra tests from swh-storage package can be successfully
executed with cassandra 5.0.
parent dec4b936
No related branches found
No related tags found
1 merge request!82bookworm-multipython: Bump cassandra to 5.0.x
Pipeline #12490 failed
......@@ -90,7 +90,7 @@ RUN --mount=type=cache,id=apt-cache,target=/var/cache/apt \
echo "deb [signed-by=${ELASTIC_KEYRING}] ${ELASTIC_REPO} stable main" \
> /etc/apt/sources.list.d/elastic-7.x.list && \
curl -fsSL ${ELASTIC_GPG_KEY} | gpg --dearmor > ${ELASTIC_KEYRING} && \
echo "deb [signed-by=${CASSANDRA_KEYRING}] ${CASSANDRA_REPO} 40x main" \
echo "deb [signed-by=${CASSANDRA_KEYRING}] ${CASSANDRA_REPO} 50x main" \
> /etc/apt/sources.list.d/cassandra.list && \
curl -fsSL ${CASSANDRA_GPG_KEY} | gpg --dearmor > ${CASSANDRA_KEYRING} && \
apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment