Skip to content

Conversation

mantis-sa
Copy link

Fixes Issue #10527 (#10527)

The following forms are now also supported (as per the DockerImageName.parse() method):

  • fooReg.registry/library/foo:tag
  • fooReg.registry/library/foo@sha256:X

where the following must be true about the string passed through:

  • foo is always mandatory
  • @sha256:X and :tag is always optional.
  • fooReg.registry is always optional
  • library is always optional except for when fooReg.registry is present

Fixes this issue:
testcontainers#10527

Test added to support the forms supported in the `DockerImageName.parse()` method.
@eddumelendez eddumelendez requested a review from a team as a code owner August 19, 2025 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant