Use bitnamilegacy cassandra image for tests (#8984) (#8985)

* use default cassandra image for tests

* switch to bitnamilegacy

Co-authored-by: miagilepner <mia.epner@hashicorp.com>
This commit is contained in:
Vault Automation 2025-08-28 13:53:10 -06:00 committed by GitHub
parent 9676a69b8e
commit f9adb454d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ func TestSelfSignedCA(t *testing.T) {
host, cleanup := cassandra.PrepareTestContainer(t,
cassandra.ContainerName("cassandra"),
cassandra.Image("bitnami/cassandra", "3.11.11"),
cassandra.Image("bitnamilegacy/cassandra", "3.11.11"),
cassandra.CopyFromTo(copyFromTo),
cassandra.SslOpts(sslOpts),
cassandra.Env("CASSANDRA_KEYSTORE_PASSWORD=cassandra"),