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

Commits on Jun 10, 2024

  1. Adds docker registry projects for localstack and minio

    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 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0d06f03 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    805f222 View commit details
    Browse the repository at this point in the history