We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed5da0 commit ffd7ff0Copy full SHA for ffd7ff0
modules/redpanda/src/main/scala/com/dimafeng/testcontainers/RedpandaContainer.scala
@@ -14,7 +14,7 @@ case class RedpandaContainer(
14
15
object RedpandaContainer {
16
17
- val defaultImage = "docker.redpanda.com/vectorized/redpanda"
+ val defaultImage = "docker.redpanda.com/redpandadata/redpanda"
18
val defaultTag = "v22.2.6"
19
val defaultDockerImageName = s"$defaultImage:$defaultTag"
20
0 commit comments