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
Now that docker hub is limiting the amount of calls that can be made it's getting more common for developers to use images from alternative repositories such as public.ecr.aws (see images in https://gallery.ecr.aws). I was hoping to use the Bitnami MySQL image from there so that the following:
unfortunately org.testcontainers.containers.MySQLContainer won't work with this image, even though it's similar in configuration and could potentially be used instead of the image on docker hub.
The text was updated successfully, but these errors were encountered:
Now that docker hub is limiting the amount of calls that can be made it's getting more common for developers to use images from alternative repositories such as public.ecr.aws (see images in https://gallery.ecr.aws). I was hoping to use the Bitnami MySQL image from there so that the following:
get replaces with:
unfortunately org.testcontainers.containers.MySQLContainer won't work with this image, even though it's similar in configuration and could potentially be used instead of the image on docker hub.
The text was updated successfully, but these errors were encountered: