Skip to content

Harmonize container versions used in integration tests #36485

@scottfrederick

Description

@scottfrederick

Most Spring Boot integration tests that use Testcontainers use the DockerImageNames class to ensure the same container versions are used everywhere. Many of the Docker Compose files used in integration tests use container versions that are different from those in DockerImageNames. This leads to more image pulls than is necessary, and increases build times. We should ensure the same image versions are used in all these cases.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions