You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to manage testcontainer image versions centrally under docker/registry/ as we do with other docker image versions. This will allow us to bump the image version SHAs explicitly as we do with our other docker images.
The text was updated successfully, but these errors were encountered:
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.
Fixesdeephaven#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#5592
We should be able to manage testcontainer image versions centrally under docker/registry/ as we do with other docker image versions. This will allow us to bump the image version SHAs explicitly as we do with our other docker images.
The text was updated successfully, but these errors were encountered: