Skip to content

Commit 74431fa

Browse files
committed
chore: unpins atlas local image
1 parent bb64082 commit 74431fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/integration/tools/mongodb/mongodbClusterProcess.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ export type MongoClusterConfiguration =
5252

5353
const DOWNLOAD_RETRIES = 10;
5454

55-
// TODO: Revert this to generic tag 8, once the problem with atlas-local image
56-
// is addressed.
57-
const DEFAULT_LOCAL_IMAGE = "mongodb/mongodb-atlas-local:8.2.2-20251125T154829Z";
55+
const DEFAULT_LOCAL_IMAGE = "mongodb/mongodb-atlas-local:8";
5856
export class MongoDBClusterProcess {
5957
static async spinUp(config: MongoClusterConfiguration): Promise<MongoDBClusterProcess> {
6058
if (MongoDBClusterProcess.isSearchOption(config)) {

0 commit comments

Comments
 (0)