spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.18k stars 40.68k forks source link

Align testcontainers and docker compose supported containers #35029

Closed philwebb closed 1 year ago

philwebb commented 1 year ago

I think we're currently missing a few container images in both Docker Compose and Testcontainers.

wilkinsona commented 1 year ago

Current situation:

Service Testcontainers Docker Compose
Cassandra :white_check_mark: :white_check_mark: (#35136)
Couchbase :white_check_mark: 🚫 (#35137)
Elasticsearch :white_check_mark: :white_check_mark:
Flyway :white_check_mark: :white_check_mark: (#35138)
InfluxDB 🚫 (#35189) 🚫 (#35189)
Jdbc :white_check_mark: :white_check_mark:
Kafka :white_check_mark: 🚫 (#35140)
Liquibase :white_check_mark: :white_check_mark: #35141
Mongo :white_check_mark: :white_check_mark:
Rabbit :white_check_mark: :white_check_mark:
Redis :white_check_mark: :white_check_mark:
Redpanda :white_check_mark: 🚫 #35142
R2DBC MariaDB :white_check_mark: :white_check_mark:
R2DBC MySQL :white_check_mark: :white_check_mark:
R2DBC Oracle :white_check_mark: :white_check_mark: (#35143)
R2DBC Postgres :white_check_mark: :white_check_mark:
R2DBC SQL Server :white_check_mark: :white_check_mark: (#35144)
Zipkin :white_check_mark: (#35107) :white_check_mark:
mhalbritter commented 1 year ago

All the cells now have checkmarks or the failure icon, I think we can close this issue now, right?