-
Type:
Task
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: ABX
-
None
-
None
-
Python Drivers
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
start_atlas_local_autoembed in .evergreen/utils.sh rewrites the mongodb/mongodb-atlas-local image reference to the Evergreen ECR pull-through mirror (901841024863.dkr.ecr.us-east-1.amazonaws.com/dockerhub/...) when running in CI, matching what drivers-evergreen-tools does.
If that mirror does not serve the requested tag, the container start fails outright even though the tag is public on Docker Hub.
Pull the image explicitly and, when the mirrored pull fails, fall back to the Docker Hub reference. A failure on a non-mirrored image (i.e. when no rewrite happened) remains fatal.