testcontainers-scala
testcontainers-scala copied to clipboard
Docker containers for testing in scala
## About this PR 📦 Updates * [org.testcontainers:cassandra](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:clickhouse](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:cockroachdb](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:couchbase](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:db2](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:dynalite](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:gcloud](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:influxdb](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:jdbc](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:k3s](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java/)...
Only 3 ctor arguments are passed. https://github.com/testcontainers/testcontainers-scala/blob/c2331d7cd9152f9679709bd87940edff7bd33fef/modules/vault/src/main/scala/com/dimafeng/testcontainers/VaultContainer.scala#L61 --- Current workaround: ```scala val vault = new VaultContainer.Def( dockerImageName = DockerImageName .parse("vault:1.13.3") .asCompatibleSubstituteFor("vault"), vaultToken = Some("root_token"), secrets = Some( Secrets( "-mount=secret abra/ka/dabra...
It's a pretty common use case that someone would require more than one secrets, so I would suggest to use a map (same as java field) or at least a...
## About this PR 📦 Updates * software.amazon.awssdk:s3 * software.amazon.awssdk:sqs from `2.31.58` to `2.31.60` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as...
## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.11.0` to `1.11.2` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.2) - [Version Diff](https://github.com/sbt/sbt/compare/v1.11.0...v1.11.2) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [com.github.sbt:sbt-ci-release](https://github.com/sbt/sbt-ci-release) from `1.11.0` to `1.11.1` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-ci-release/releases/tag/v1.11.1) - [Version Diff](https://github.com/sbt/sbt-ci-release/compare/v1.11.0...v1.11.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates * [org.testcontainers:cassandra](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:clickhouse](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:cockroachdb](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:couchbase](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:db2](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:dynalite](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:gcloud](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:influxdb](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:jdbc](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:k3s](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java/)...
Hi! Is there a way to add a user to the postgres testcontainer during startup? We want to run tests that assert row level security. The user set up for...
## About this PR 📦 Updates * [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-cassandra](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-clickhouse](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-cockroachdb](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-couchbase](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-db2](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-elasticsearch](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-gcloud](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-influxdb](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-jdbc](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-k3s](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers-kafka](https://github.com/testcontainers/testcontainers-java/)...
## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.20` to `2.12.21` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.21) - [Version Diff](https://github.com/scala/scala/compare/v2.12.20...v2.12.21) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...