diff --git a/scripts/start_local_atlas.sh b/scripts/start_local_atlas.sh index 220f017..15ae2d8 100644 --- a/scripts/start_local_atlas.sh +++ b/scripts/start_local_atlas.sh @@ -3,7 +3,7 @@ set -eu echo "Starting the container" -IMAGE=artifactory.corp.mongodb.com/dockerhub/mongodb/mongodb-atlas-local:latest +IMAGE=mongodb-atlas-local:latest podman pull $IMAGE CONTAINER_ID=$(podman run --rm -d -e DO_NOT_TRACK=1 -P --health-cmd "/usr/local/bin/runner healthcheck" $IMAGE)