Skip to content

Commit 8813435

Browse files
committed
update image
1 parent 9b81bd1 commit 8813435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ retry() {
6565
setup_local_atlas() {
6666
echo "Starting the container"
6767

68-
IMAGE=mongodb/mongodb-atlas-local:latest
68+
IMAGE=artifactory.corp.mongodb.com/dockerhub/mongodb/mongodb-atlas-local:latest
6969
retry podman pull $IMAGE
7070

7171
CONTAINER_ID=$(podman run --rm -d -e DO_NOT_TRACK=1 -P --health-cmd "/usr/local/bin/runner healthcheck" mongodb/mongodb-atlas-local:latest)

0 commit comments

Comments
 (0)