You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/azure.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Azure
2
2
3
-
Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
3
+
Since testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><spanclass="tc-version">:material-tag: v0.36.0</span></a>
4
4
5
5
## Introduction
6
6
@@ -32,7 +32,7 @@ The Azure module exposes the following Go packages:
32
32
33
33
### Run function
34
34
35
-
-Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
The Azurite module exposes one entrypoint function to create the Azurite container, and this function receives three parameters:
38
38
@@ -65,7 +65,7 @@ In example: `Run(context.Background(), "mcr.microsoft.com/azure-storage/azurite:
65
65
66
66
#### WithInMemoryPersistence
67
67
68
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
If you want to use in-memory persistence, you can use `WithInMemoryPersistence(megabytes float64)`. E.g. `azurite.WithInMemoryPersistence(64.0)`.
71
71
@@ -80,19 +80,19 @@ The Azurite container exposes the following methods:
80
80
81
81
#### BlobServiceURL
82
82
83
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
Returns the service URL to connect to the Blob service of the Azurite container and an error, passing the Go context as parameter.
86
86
87
87
#### QueueServiceURL
88
88
89
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
Returns the service URL to connect to the Queue service of the Azurite container and an error, passing the Go context as parameter.
92
92
93
93
#### TableServiceURL
94
94
95
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
Returns the service URL to connect to the Table service of the Azurite container and an error, passing the Go context as parameter.
98
98
@@ -146,7 +146,7 @@ credentials, we will create a table, list the tables, and finally we will remove
146
146
147
147
### Run function
148
148
149
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The EventHubs module exposes one entrypoint function to create the EventHubs container, and this function receives three parameters:
152
152
@@ -174,19 +174,19 @@ In example: `Run(context.Background(), "mcr.microsoft.com/azure-messaging/eventh
174
174
175
175
#### WithAzurite
176
176
177
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
This option allows you to set a different AzuriteDocker image, instead of the default one, and also pass options to the Azurite container, in the form of a variadic argument of `testcontainers.ContainerCustomizer`.
180
180
181
181
#### WithAcceptEULA
182
182
183
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
This option allows you to accept the EULAfor the EventHubs container.
186
186
187
187
#### WithConfig
188
188
189
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
This option allows you to set a custom EventHubs config file for the EventHubs container.
192
192
@@ -202,7 +202,7 @@ The EventHubs container exposes the following methods:
202
202
203
203
#### ConnectionString
204
204
205
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
Returns the connection string to connect to the EventHubs container and an error, passing the Go context as parameter.
208
208
@@ -225,7 +225,7 @@ In the following example, inspired by the [Azure Event Hubs Go SDK](https://lear
225
225
226
226
### Run function
227
227
228
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The ServiceBus module exposes one entrypoint function to create the ServiceBus container, and this function receives three parameters:
231
231
@@ -257,19 +257,19 @@ In example: `Run(context.Background(), "mcr.microsoft.com/azure-messaging/servic
257
257
258
258
#### WithMSSQL
259
259
260
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
260
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
261
261
262
262
This option allows you to set a different MSSQL Server Docker image, instead of the default one, and also pass options to the MSSQL container, in the form of a variadic argument of `testcontainers.ContainerCustomizer`.
263
263
264
264
#### WithAcceptEULA
265
265
266
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
266
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
267
267
268
268
This option allows you to accept the EULA for the ServiceBus container.
269
269
270
270
#### WithConfig
271
271
272
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
272
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
273
273
274
274
This option allows you to set a custom ServiceBus config file for the ServiceBus container.
275
275
@@ -285,7 +285,7 @@ The ServiceBus container exposes the following methods:
285
285
286
286
#### ConnectionString
287
287
288
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
288
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
289
289
290
290
Returns the connection string to connect to the ServiceBus container and an error, passing the Go context as parameter.
Copy file name to clipboardExpand all lines: docs/modules/dind.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DinD (Docker in Docker)
2
2
3
-
Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
3
+
Since testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><spanclass="tc-version">:material-tag: v0.36.0</span></a>
4
4
5
5
## Introduction
6
6
@@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/dind
24
24
25
25
### Run function
26
26
27
-
-Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
Copy file name to clipboardExpand all lines: docs/modules/mssql.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ In example: `Run(context.Background(), "mcr.microsoft.com/mssql/server:2022-RTM-
55
55
56
56
#### Init Scripts
57
57
58
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
58
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>
59
59
60
60
If you need to execute SQL files when the container starts, you can use `mssql.WithInitSQL(files
61
61
...io.Reader)` with one or more `*.sql` files. The files will be executed in order after the
Copy file name to clipboardExpand all lines: docs/modules/pinecone.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pinecone
2
2
3
-
Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
3
+
Since testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><spanclass="tc-version">:material-tag: v0.36.0</span></a>
4
4
5
5
## Introduction
6
6
@@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/pinecone
24
24
25
25
### Run function
26
26
27
-
-Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.
@@ -56,7 +56,7 @@ The Pinecone container exposes the following methods:
56
56
57
57
#### HttpEndpoint
58
58
59
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
Copy file name to clipboardExpand all lines: docs/modules/scylladb.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ScyllaDB
2
2
3
-
Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
3
+
Since testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><spanclass="tc-version">:material-tag: v0.36.0</span></a>
4
4
5
5
## Introduction
6
6
@@ -25,7 +25,7 @@ go get github.com/testcontainers/testcontainers-go/modules/scylladb
25
25
26
26
### Run function
27
27
28
-
-Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
In the case you have a custom config file forScyllaDB, it's possible to copy that file into the container before it's
69
69
started, using the `WithConfig(r io.Reader)` function.
@@ -78,7 +78,7 @@ started, using the `WithConfig(r io.Reader)` function.
78
78
79
79
#### WithShardAwareness
80
80
81
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
If you want to test ScyllaDB with shard awareness, you can use the `WithShardAwareness` function. This function will
84
84
configure the ScyllaDB container to use the `19042` port and ask the container to wait until the port is ready.
@@ -89,7 +89,7 @@ configure the ScyllaDB container to use the `19042` port and ask the container t
89
89
90
90
#### WithAlternator (DynamoDB CompatibleAPI)
91
91
92
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
If you want to test ScyllaDB with the AlternatorAPI, you can use the `WithAlternator` function. This function will
95
95
configure the ScyllaDB container to use the port any port you want and ask the container to wait until the port is
@@ -102,7 +102,7 @@ By default, you can choose the port `8000`.
102
102
103
103
#### WithCustomCommands
104
104
105
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
If you need to pass any flag to the ScyllaDB container, you can use the `WithCustomCommand` function. This also rewrites
108
108
predefined commands like `--developer-mode=1`. You can check
@@ -118,7 +118,7 @@ The ScyllaDB container exposes the following methods:
118
118
119
119
#### ConnectionHost methods
120
120
121
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
0 commit comments