We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb64082 commit 74431faCopy full SHA for 74431fa
1 file changed
tests/integration/tools/mongodb/mongodbClusterProcess.ts
@@ -52,9 +52,7 @@ export type MongoClusterConfiguration =
52
53
const DOWNLOAD_RETRIES = 10;
54
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";
+const DEFAULT_LOCAL_IMAGE = "mongodb/mongodb-atlas-local:8";
58
export class MongoDBClusterProcess {
59
static async spinUp(config: MongoClusterConfiguration): Promise<MongoDBClusterProcess> {
60
if (MongoDBClusterProcess.isSearchOption(config)) {
0 commit comments