testcontainers-rs
testcontainers-rs copied to clipboard
feat: add `name` parameter to `RunnableImage`
This change allows to override name of the image. Thus, user will be able to change registry, owner and the name itself. See https://github.com/testcontainers/testcontainers-rs/issues/335#issuecomment-1951399972 for more details
Closes https://github.com/testcontainers/testcontainers-rs/issues/335