fix(restore): pin komodo test mongo to 8.0.23 matching production
Produktive Mongo ist 8.0.23, Test-Composes pinnten noch 7.0.32. Eliminiert die Cross-Version-Warnung beim mongorestore. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
# Schreibt in den Restore-Lab-Pfad, NICHT in das produktive
|
# Schreibt in den Restore-Lab-Pfad, NICHT in das produktive
|
||||||
# /mnt/user/appdata/komodo/mongo-Volume.
|
# /mnt/user/appdata/komodo/mongo-Volume.
|
||||||
restoretest-komodo-mongo:
|
restoretest-komodo-mongo:
|
||||||
image: mongo:7.0.32@sha256:32979a1189dfdc44da3f5ed40d910495f5ad8f6f7f77556646f890a30b2d3f56
|
image: mongo:8.0.23@sha256:44aa79ae28ff80b56fe58681b66cda9336706df408a5175a6c04988aa54610d3
|
||||||
container_name: restoretest-komodo-mongo
|
container_name: restoretest-komodo-mongo
|
||||||
restart: "no"
|
restart: "no"
|
||||||
command: --quiet
|
command: --quiet
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
restoretest-komodo-mongorestore:
|
restoretest-komodo-mongorestore:
|
||||||
image: mongo:7.0.32@sha256:32979a1189dfdc44da3f5ed40d910495f5ad8f6f7f77556646f890a30b2d3f56
|
image: mongo:8.0.23@sha256:44aa79ae28ff80b56fe58681b66cda9336706df408a5175a6c04988aa54610d3
|
||||||
container_name: restoretest-komodo-mongorestore
|
container_name: restoretest-komodo-mongorestore
|
||||||
restart: "no"
|
restart: "no"
|
||||||
command: --quiet
|
command: --quiet
|
||||||
|
|||||||
Reference in New Issue
Block a user