Skip to content

Commit

Permalink
docs: remove deprecated RunContainer function from docs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 13, 2024
1 parent d328e09 commit 8ef4dd1
Show file tree
Hide file tree
Showing 48 changed files with 12 additions and 99 deletions.
3 changes: 0 additions & 3 deletions docs/modules/artemis.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ go get github.com/testcontainers/testcontainers-go/modules/artemis

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Artemis module exposes one entrypoint function to create the Artemis container, and this function receives three parameters:

```golang
Expand Down
2 changes: 0 additions & 2 deletions docs/modules/azurite.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/azurite

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Azurite module exposes one entrypoint function to create the Azurite container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/cassandra

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Cassandra module exposes one entrypoint function to create the Cassandra container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/chroma.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ go get github.com/testcontainers/testcontainers-go/modules/chroma

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Chroma module exposes one entrypoint function to create the Chroma container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/clickhouse

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The ClickHouse module exposes one entrypoint function to create the ClickHouse container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/cockroachdb

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The CockroachDB module exposes one entrypoint function to create the CockroachDB container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/consul.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/consul

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Consul module exposes one entrypoint function to create the Consul container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/couchbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/couchbase

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Couchbase module exposes one entrypoint function to create the Couchbase container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/dolt.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/dolt

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Dolt module exposes one entrypoint function to create the Dolt container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/elasticsearch

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Elasticsearch module exposes one entrypoint function to create the Elasticsearch container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/grafana-lgtm.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/grafanalgtm

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.33.0"><span class="tc-version">:material-tag: v0.33.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Grafana LGTM module exposes one entrypoint function to create the Grafana LGTM container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/inbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/inbucket

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Inbucket module exposes one entrypoint function to create the Inbucket container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/influxdb

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The InfluxDB module exposes one entrypoint function to create the container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/k3s

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The K3s module exposes one entrypoint function to create the K3s container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/k6.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ go get github.com/testcontainers/testcontainers-go/modules/k6

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The K6 module exposes one entrypoint function to run the K6 container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/kafka

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Kafka module exposes one entrypoint function to create the Kafka container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/localstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Use the `testcontainers.WithEnv` option when creating the `LocalStackContainer`

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The LocalStack module exposes one single function to create the LocalStack container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/mariadb

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The MariaDB module exposes one entrypoint function to create the MariaDB container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/milvus

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Milvus module exposes one entrypoint function to create the Milvus container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/minio.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/minio

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Minio module exposes one entrypoint function to create the Minio container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/mockserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/mockserver

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The MockServer module exposes one entrypoint function to create the MockServer container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/mongodb

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The MongoDB module exposes one entrypoint function to create the MongoDB container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ go get github.com/testcontainers/testcontainers-go/modules/mssql

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The MS SQL Server module exposes one entrypoint function to create the MS SQL Server container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/mysql

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The MySQL module exposes one entrypoint function to create the container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/nats.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/nats

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The NATS module exposes one entrypoint function to create the NATS container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/neo4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Running Neo4j as a single-instance server, with the [APOC plugin](https://neo4j.

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Neo4j module exposes one entrypoint function to create the Neo4j container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/ollama

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Ollama module exposes one entrypoint function to create the Ollama container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/openfga.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/openfga

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The OpenFGA module exposes one entrypoint function to create the OpenFGA container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/openldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/openldap

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The OpenLDAP module exposes one entrypoint function to create the OpenLDAP container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/opensearch

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The OpenSearch module exposes one entrypoint function to create the OpenSearch container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/postgres

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Postgres module exposes one entrypoint function to create the Postgres container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Create a `Pulsar` container to use it in your tests:

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Pulsar module exposes one entrypoint function to create the containerr, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/qdrant

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Qdrant module exposes one entrypoint function to create the Qdrant container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/rabbitmq

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The RabbitMQ module exposes one entrypoint function to create the RabbitMQ container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/redis

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Redis module exposes one entrypoint function to create the containerr, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/redpanda.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ go get github.com/testcontainers/testcontainers-go/modules/redpanda

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Redpanda module exposes one entrypoint function to create the Redpanda container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/registry

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The Registry module exposes one entrypoint function to create the Registry container, and this function receives three parameters:

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/surrealdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ go get github.com/testcontainers/testcontainers-go/modules/surrealdb

- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.32.0"><span class="tc-version">:material-tag: v0.32.0</span></a>

!!!info
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.

The SurrealDB module exposes one entrypoint function to create the SurrealDB container, and this function receives three parameters:

Expand Down
Loading

0 comments on commit 8ef4dd1

Please sign in to comment.