deps(aerospike): replace core module in go.mod by mdelapenya · Pull Request #3116 · testcontainers/testcontainers-go
* chore: move existint options to its own file * feat(redis): add TLS support * docs: enrich * fix: connection string example * docs: explain tls certs * chore: bump go-redis to v9 * chore: rename variable * chore: append TLS args to CMD * chore: be opinionated on TLS setup For more advanced use cases, please use the different functional options to override the CMD or the Entrypoint * deps(aerospike): replace core module in go.mod (#3116) * docs: document TLS options * chore: use WithCmdArgs for the log level option * chore: use WithCmdArgs for the snapshotting option * chore: remove unused * chore: use WithCmdArgs for the WithConfig option * fix: document withLogLevel properly * fix: redis-stack was incorrectly used We were overriding the default CMD, when the image is not defining an entrypoint. So we were not honouring the entrypoint.sh script in the stack images * fix: use proper schema * chore: just declare options * chore: disable redis port if TLS is enabled Always use the 6379 port for the connection string * chore: fold tmp dir creation * chore: chore: remove direct import * docs: typos * docs: use doc links * fix: remove tls certs on container termination * docs: remove comment about internal details * chore: bump tlscert to v0.2.0 * chore: handle errors while creating the certs * chore: do not save the test certs to disk * docs: fix comment * chore: name returned elements for readability