Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 18, 2024
1 parent 9b81bd1 commit 8813435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8813435

Please sign in to comment.