Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds docker registry projects for localstack and minio #5593

Merged

Conversation

devinrsmith
Copy link
Member

This allows us to version the testcontainer images just like we version our other docker images.

To ensure our local image names work, we need to inform testcontainers that they are in fact compatible images via org.testcontainers.utility.DockerImageName#asCompatibleSubstituteFor.

A Docker#localImageName utility was added and propogated to locations where we previously manually constructing or hardcoding the "local-build" image names.

Fixes #5592

This allows us to version the testcontainer images just like we version our other docker images.

To ensure our local image names work, we need to inform testcontainers that they are in fact compatible images via `org.testcontainers.utility.DockerImageName#asCompatibleSubstituteFor`.

A `Docker#localImageName` utility was added and propogated to locations where we previously manually constructing or hardcoding the "local-build" image names.

Fixes deephaven#5592
@devinrsmith devinrsmith merged commit 198e673 into deephaven:main Jun 11, 2024
15 checks passed
@devinrsmith devinrsmith deleted the docker-registry-localstack-minio branch June 11, 2024 15:43
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manage testcontainer images versions
3 participants