testcontainers-python
testcontainers-python copied to clipboard
Support TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX
Similar to the Java API, it would be nice if it were possible to set this custom prefix so that we could pull images from our local docker registry.
This is also mentioned in another issue:
Same issue here. The
testcontainers-pythonis missing support forTESTCONTAINERS_HUB_IMAGE_NAME_PREFIXBecause of this we cannot pull from Artifactory and get rate limit from dockerhub
javaandnodeimplementation that we also use support the env var
Originally posted by @jonesbusy in #562