Parcourir la source

Merge pull request #4891 from overleaf/ho-web-mongo-4-2

bump mongo to 4.2.15

GitOrigin-RevId: 1ac2057f264bd6dbe042d8f999a4ab1054c9edf5
Henry Oswald il y a 4 ans
Parent
commit
8197411cdf

+ 1 - 1
services/chat/docker-compose.ci.yml

@@ -41,7 +41,7 @@ services:
     command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
     user: root
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/chat/docker-compose.yml

@@ -39,7 +39,7 @@ services:
     command: npm run --silent test:acceptance
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/contacts/docker-compose.ci.yml

@@ -41,7 +41,7 @@ services:
     command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
     user: root
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/contacts/docker-compose.yml

@@ -39,7 +39,7 @@ services:
     command: npm run --silent test:acceptance
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/docstore/docker-compose.ci.yml

@@ -50,7 +50,7 @@ services:
     command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
     user: root
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/docstore/docker-compose.yml

@@ -48,7 +48,7 @@ services:
     command: npm run --silent test:acceptance
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/document-updater/docker-compose.ci.yml

@@ -50,7 +50,7 @@ services:
       retries: 20
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/document-updater/docker-compose.yml

@@ -48,7 +48,7 @@ services:
       retries: 20
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/notifications/docker-compose.ci.yml

@@ -41,7 +41,7 @@ services:
     command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
     user: root
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/notifications/docker-compose.yml

@@ -39,7 +39,7 @@ services:
     command: npm run --silent test:acceptance
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/spelling/docker-compose.ci.yml

@@ -41,7 +41,7 @@ services:
     command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
     user: root
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/spelling/docker-compose.yml

@@ -43,7 +43,7 @@ services:
     command: npm run --silent test:acceptance
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/track-changes/docker-compose.ci.yml

@@ -57,7 +57,7 @@ services:
       retries: 20
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/track-changes/docker-compose.yml

@@ -55,7 +55,7 @@ services:
       retries: 20
 
   mongo:
-    image: mongo:4.0
+    image: mongo:4.2.15
     healthcheck:
       test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
       interval: 1s

+ 1 - 1
services/web/docker-compose.ci.yml

@@ -66,7 +66,7 @@ services:
     image: redis
 
   mongo:
-    image: mongo:4.0.19
+    image: mongo:4.2.15
 
   ldap:
     restart: always

+ 1 - 1
services/web/docker-compose.yml

@@ -71,7 +71,7 @@ services:
     image: redis
 
   mongo:
-    image: mongo:4.0.19
+    image: mongo:4.2.15
 
   ldap:
     restart: always