From 8813435b1db3e975d519564e7e36edc3ff082cc1 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 18 Nov 2024 08:28:28 -0600 Subject: [PATCH] update image --- .evergreen/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/utils.sh b/.evergreen/utils.sh index a774b69..a14b063 100644 --- a/.evergreen/utils.sh +++ b/.evergreen/utils.sh @@ -65,7 +65,7 @@ retry() { setup_local_atlas() { echo "Starting the container" - IMAGE=mongodb/mongodb-atlas-local:latest + IMAGE=artifactory.corp.mongodb.com/dockerhub/mongodb/mongodb-atlas-local:latest retry podman pull $IMAGE CONTAINER_ID=$(podman run --rm -d -e DO_NOT_TRACK=1 -P --health-cmd "/usr/local/bin/runner healthcheck" mongodb/mongodb-atlas-local:latest)