-
-
Notifications
You must be signed in to change notification settings - Fork 589
Open
Description
| const ReaperDefaultImage = "testcontainers/ryuk:0.12.0" |
I tried using testcontainers on a system with Podman, and I can't spawn it due to the line above. With Podman on many OSs, the testcontainers/ryuk:0.12.0 doesn't automatically resolve to docker.io/testcontainers/ryuk:0.12.0. I can't configure testcontainers to use docker.io/testcontainers/ryuk:0.12.0, because the value is an internal constant.
To solve this, I see two options:
- Simply change the constant to
docker.io/testcontainers/ryuk:0.12.0, which would work on all the systems, even on those that don't default to Docker Hub as the default registry. - Allow for customization of the reaper image.
ianvernon and zexi
Metadata
Metadata
Assignees
Labels
No labels