chore: Remove dead code related to centos (#2028)

This commit is contained in:
Ayaz Salikhov
2025-04-24 15:26:41 +01:00
committed by GitHub
parent f195a30a76
commit 3916635037
3 changed files with 0 additions and 30 deletions

View File

@@ -1,6 +0,0 @@
FROM cassandra:4.0.4
RUN apt-get update && apt-get install -y postgresql
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

View File

@@ -1,8 +0,0 @@
#!/bin/bash
pg_ctlcluster 12 main start
su postgres -c"psql -c\"alter user postgres with password 'postgres'\""
su cassandra -c "/opt/cassandra/bin/cassandra -R"
sleep 90
chmod +x ./clio_tests
./clio_tests