testcontainers-rs-modules-community
testcontainers-rs-modules-community copied to clipboard
Community maintained modules for Testcontainers for Rust
**DO NOT MERGE: WIP** - that's a preliminary PR to ensure everything works as expected. The version hasn't been released yet
Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version. Release notes Sourced from kube's releases. 0.91.0 Kubernetes v1_30 support via k8s-openapi 0.22 Please upgrade k8s-openapi along with kube to...
### Feature request description _No response_ ### Image reference _No response_
This does 2 things: * exposes Spanner's REST API port * update the google-cloud-sdk image to the latest version and its latest hosting registry (https://cloud.google.com/sdk/docs/downloads-docker)
We need to enrich the crate with documentation Depends on #1 ```[tasklist] ### Tasks - [x] Contribution guide - @ubiratansoares is assigned - [x] Improve crate-level documentation (docs.rs) - [...
### Feature request description I would love to see a module to setup Azurite for testing integration with ADLS. ### Image reference The Azurite documentation can be found here: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio%2Cblob-storage...
### Feature request description Hi, I have a working implementation of an Etcd container, but in order to test it, the appropriate crate that would be required is https://github.com/etcdv3/etcd-client The...
Resolves #164 The implementation is a bit hacky, am open to better approaches or other feedback ^^
I noticed that there currently is not LDAP testcontainer. Similar to the [go testontainer modules](https://github.com/testcontainers/testcontainers-go/blob/c44b1b2ed935455fa222f122a7474efe309f641c/modules/openldap/openldap.go#L128C19-L128C41), I chose the [`bitnami/openldap`](https://github.com/bitnami/containers/blob/main/bitnami/openldap/README.md) containers. Similar to https://github.com/testcontainers/testcontainers-rs-modules-community/pull/178, this PR includes the mongodb-example-fix.
### Feature request description When running a test container, sometimes you might want to create a schema, user, role on the database before running your tests. I believe you we...