@@ -84,14 +84,14 @@ public enum TestImage {
84
84
(container ) -> ((CassandraContainer <?>) container ).withStartupTimeout (Duration .ofMinutes (10 ))),
85
85
86
86
/**
87
- * A Docker image suitable for running .
87
+ * A container image suitable for testing Couchbase .
88
88
*/
89
89
COUCHBASE ("couchbase/server" , "7.1.4" , () -> CouchbaseContainer .class ,
90
90
(container ) -> ((CouchbaseContainer ) container ).withStartupAttempts (5 )
91
91
.withStartupTimeout (Duration .ofMinutes (10 ))),
92
92
93
93
/**
94
- * A Docker image suitable for Elasticsearch 7.
94
+ * A container image suitable for testing Elasticsearch 7.
95
95
*/
96
96
ELASTICSEARCH ("docker.elastic.co/elasticsearch/elasticsearch" , "7.17.5" , () -> ElasticsearchContainer .class ,
97
97
(container ) -> ((ElasticsearchContainer ) container ).withEnv ("ES_JAVA_OPTS" , "-Xms32m -Xmx512m" )
@@ -130,7 +130,7 @@ public enum TestImage {
130
130
MARIADB ("mariadb" , "10.10" ),
131
131
132
132
/**
133
- * A Docker image suitable for MongoDB.
133
+ * A container image suitable for testing MongoDB.
134
134
*/
135
135
MONGODB ("mongo" , "5.0.17" , () -> MongoDBContainer .class ,
136
136
(container ) -> ((MongoDBContainer ) container ).withStartupAttempts (5 )
@@ -213,7 +213,7 @@ public enum TestImage {
213
213
(container ) -> ((RedpandaContainer ) container ).withStartupTimeout (Duration .ofMinutes (5 ))),
214
214
215
215
/**
216
- * A container image suitable for testing a Docker registry .
216
+ * A container image suitable for testing Docker Registry .
217
217
*/
218
218
REGISTRY ("registry" , "2.7.1" , () -> RegistryContainer .class ,
219
219
(container ) -> ((RegistryContainer ) container ).withStartupAttempts (5 )
@@ -245,7 +245,7 @@ public enum TestImage {
245
245
BITNAMI_MARIADB ("bitnami/mariadb" , "11.2.3" ),
246
246
247
247
/**
248
- * A Docker image suitable for MongoDB via Bitnami.
248
+ * A container image suitable for testing MongoDB via Bitnami.
249
249
*/
250
250
BITNAMI_MONGODB ("bitnami/mongodb" , "7.0.5" ),
251
251
0 commit comments