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
There is an option to preload docker compose images which is enabled by default.
It ignores the detailed value in testcontainers.properties for the image.substitutor with.withImageNameSubstitutor(ImageNameSubstitutor.noop()) .
I believe this is wrong behavior, if there is any other requirement which we need this to be different, at least have a different value for that or something that helps for docker compose files.
The text was updated successfully, but these errors were encountered:
Module
Core
Proposal
There is an option to preload docker compose images which is enabled by default.
It ignores the detailed value in
testcontainers.properties
for theimage.substitutor
with.withImageNameSubstitutor(ImageNameSubstitutor.noop())
.I believe this is wrong behavior, if there is any other requirement which we need this to be different, at least have a different value for that or something that helps for docker compose files.
The text was updated successfully, but these errors were encountered: