Skip to content

Commit

Permalink
Remove redpanda image compatibility
Browse files Browse the repository at this point in the history
Testcontainers added redpandadata/redpanda as valid image
  • Loading branch information
eddumelendez committed Feb 28, 2024
1 parent 930c934 commit 45e81cc
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -240,9 +240,7 @@ public static DockerImageName redis() {
* @return a docker image name for running redpanda
*/
public static DockerImageName redpanda() {
return DockerImageName.parse("redpandadata/redpanda")
.withTag(REDPANDA_VERSION)
.asCompatibleSubstituteFor("docker.redpanda.com/redpandadata/redpanda");
return DockerImageName.parse("redpandadata/redpanda").withTag(REDPANDA_VERSION);
}

/**
Expand Down

0 comments on commit 45e81cc

Please sign in to comment.