I've noticed that the TestContainers code is always attempting to pull images, even when they are locally available. This obviously makes builds slower, and can cause problems when working without internet access.
The problem seems to be in RemoteDockerImage.resolve(), though I've not worked out any more than that yet.
I've noticed that the TestContainers code is always attempting to pull images, even when they are locally available. This obviously makes builds slower, and can cause problems when working without internet access.
The problem seems to be in
RemoteDockerImage.resolve(), though I've not worked out any more than that yet.