Skip to content

Commit

Permalink
fix: remove docker.io from Ryuk image name (#2046)
Browse files Browse the repository at this point in the history
It will make it configurable with the TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX
env var or the hub.image.name.prefix property
  • Loading branch information
mdelapenya authored Dec 22, 2023
1 parent 61a37cb commit 1bac302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/magiconair/properties"
)

const ReaperDefaultImage = "docker.io/testcontainers/ryuk:0.6.0"
const ReaperDefaultImage = "testcontainers/ryuk:0.6.0"

var (
tcConfig Config
Expand Down

0 comments on commit 1bac302

Please sign in to comment.