mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Merge pull request #39776 from eddumelendez
* pr/39776: Remove redpanda image compatibility Closes gh-39776
This commit is contained in:
+1
-3
@@ -240,9 +240,7 @@ public final class DockerImageNames {
|
||||
* @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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user