Skip to content

Commit 2e90829

Browse files
eddumelendezmhalbritter
authored andcommitted
Remove redpanda image compatibility
Testcontainers added redpandadata/redpanda as valid image See gh-39776
1 parent 70769d9 commit 2e90829

File tree

1 file changed

+1
-3
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers

1 file changed

+1
-3
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,7 @@ public static DockerImageName redis() {
240240
* @return a docker image name for running redpanda
241241
*/
242242
public static DockerImageName redpanda() {
243-
return DockerImageName.parse("redpandadata/redpanda")
244-
.withTag(REDPANDA_VERSION)
245-
.asCompatibleSubstituteFor("docker.redpanda.com/redpandadata/redpanda");
243+
return DockerImageName.parse("redpandadata/redpanda").withTag(REDPANDA_VERSION);
246244
}
247245

248246
/**

0 commit comments

Comments
 (0)