@@ -84,14 +84,14 @@ public enum TestImage {
8484 (container ) -> ((CassandraContainer <?>) container ).withStartupTimeout (Duration .ofMinutes (10 ))),
8585
8686 /**
87- * A Docker image suitable for running .
87+ * A container image suitable for testing Couchbase .
8888 */
8989 COUCHBASE ("couchbase/server" , "7.1.4" , () -> CouchbaseContainer .class ,
9090 (container ) -> ((CouchbaseContainer ) container ).withStartupAttempts (5 )
9191 .withStartupTimeout (Duration .ofMinutes (10 ))),
9292
9393 /**
94- * A Docker image suitable for Elasticsearch 7.
94+ * A container image suitable for testing Elasticsearch 7.
9595 */
9696 ELASTICSEARCH ("docker.elastic.co/elasticsearch/elasticsearch" , "7.17.5" , () -> ElasticsearchContainer .class ,
9797 (container ) -> ((ElasticsearchContainer ) container ).withEnv ("ES_JAVA_OPTS" , "-Xms32m -Xmx512m" )
@@ -130,7 +130,7 @@ public enum TestImage {
130130 MARIADB ("mariadb" , "10.10" ),
131131
132132 /**
133- * A Docker image suitable for MongoDB.
133+ * A container image suitable for testing MongoDB.
134134 */
135135 MONGODB ("mongo" , "5.0.17" , () -> MongoDBContainer .class ,
136136 (container ) -> ((MongoDBContainer ) container ).withStartupAttempts (5 )
@@ -213,7 +213,7 @@ public enum TestImage {
213213 (container ) -> ((RedpandaContainer ) container ).withStartupTimeout (Duration .ofMinutes (5 ))),
214214
215215 /**
216- * A container image suitable for testing a Docker registry .
216+ * A container image suitable for testing Docker Registry .
217217 */
218218 REGISTRY ("registry" , "2.7.1" , () -> RegistryContainer .class ,
219219 (container ) -> ((RegistryContainer ) container ).withStartupAttempts (5 )
@@ -245,7 +245,7 @@ public enum TestImage {
245245 BITNAMI_MARIADB ("bitnami/mariadb" , "11.2.3" ),
246246
247247 /**
248- * A Docker image suitable for MongoDB via Bitnami.
248+ * A container image suitable for testing MongoDB via Bitnami.
249249 */
250250 BITNAMI_MONGODB ("bitnami/mongodb" , "7.0.5" ),
251251
0 commit comments