Skip to content

Commit 3e010b1

Browse files
committed
Fetch redpanda directly from docker hub
Attempt to avoid rate limiting issues by fetching redpanda directly from docker hub. See gh-34780
1 parent 28b7c58 commit 3e010b1

File tree

1 file changed

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

1 file changed

+1
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public static DockerImageName redis() {
145145
* @return a docker image name for running redpanda
146146
*/
147147
public static DockerImageName redpanda() {
148-
return DockerImageName.parse("docker.redpanda.com/redpandadata/redpanda").withTag(REDPANDA_VERSION);
148+
return DockerImageName.parse("redpandadata/redpanda").withTag(REDPANDA_VERSION);
149149
}
150150

151151
/**

0 commit comments

Comments
 (0)