Merge pull request #26021 from overleaf/csh-issue-25976-dev-env-ci

Upgrade to Redis 7.4 in dev and CI

GitOrigin-RevId: 068e54899bf50a247fedd0243d66f1545bc7cf01
This commit is contained in:
Christopher Hoskin
2025-05-30 09:54:17 +01:00
committed by Copybot
parent 9ba772b18f
commit fe64856be7
10 changed files with 10 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs . command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root user: root
redis: redis:
image: redis image: redis:7.4.3
healthcheck: healthcheck:
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ] test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
interval: 1s interval: 1s

View File

@@ -48,7 +48,7 @@ services:
command: npm run --silent test:acceptance command: npm run --silent test:acceptance
redis: redis:
image: redis image: redis:7.4.3
healthcheck: healthcheck:
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ] test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
interval: 1s interval: 1s

View File

@@ -66,7 +66,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs . command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root user: root
redis: redis:
image: redis image: redis:7.4.3
healthcheck: healthcheck:
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ] test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
interval: 1s interval: 1s

View File

@@ -74,7 +74,7 @@ services:
command: npm run --silent test:acceptance command: npm run --silent test:acceptance
redis: redis:
image: redis image: redis:7.4.3
healthcheck: healthcheck:
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ] test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
interval: 1s interval: 1s

View File

@@ -45,7 +45,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs . command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root user: root
redis: redis:
image: redis image: redis:7.4.3
healthcheck: healthcheck:
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ] test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
interval: 1s interval: 1s

View File

@@ -48,7 +48,7 @@ services:
command: npm run --silent test:acceptance command: npm run --silent test:acceptance
redis: redis:
image: redis image: redis:7.4.3
healthcheck: healthcheck:
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ] test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
interval: 1s interval: 1s

View File

@@ -43,7 +43,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs . command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root user: root
redis: redis:
image: redis image: redis:7.4.3
healthcheck: healthcheck:
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ] test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
interval: 1s interval: 1s

View File

@@ -46,7 +46,7 @@ services:
command: npm run --silent test:acceptance command: npm run --silent test:acceptance
redis: redis:
image: redis image: redis:7.4.3
healthcheck: healthcheck:
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ] test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
interval: 1s interval: 1s

View File

@@ -86,7 +86,7 @@ services:
user: root user: root
redis: redis:
image: redis image: redis:7.4.3
mongo: mongo:
image: mongo:7.0.20 image: mongo:7.0.20

View File

@@ -84,7 +84,7 @@ services:
- "cypress:run-ct" - "cypress:run-ct"
redis: redis:
image: redis image: redis:7.4.3
mongo: mongo:
image: mongo:7.0.20 image: mongo:7.0.20