diff --git a/content/posts/commits/2026-05-04-commit-4b6d072.md b/content/posts/commits/2026-05-04-commit-4b6d072.md new file mode 100644 index 0000000..7b05543 --- /dev/null +++ b/content/posts/commits/2026-05-04-commit-4b6d072.md @@ -0,0 +1,49 @@ +--- +title: "[bojemoi] feat(lifecycle): registry permanente + vérification au startover" +date: 2026-05-04T12:57:09+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 4b6d072 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `4b6d072` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `4b6d072bf810f13f95d87174f97829d9a9b15417` | + + +### Description + +- gameover.sh: ne supprime plus boot_registry lors du teardown + Supprime individuellement boot_traefik/dnsmask/docker-socket-proxy/image-pusher + mais laisse boot_registry tourner sur :5000 (volume registry déjà préservé) + +- startover.sh: ajout d'un check registry avant tout déploiement + Poll localhost:5000/v2/ (30×2s), vérifie le catalogue, contrôle les + 7 images custom critiques (borodino, bojemoi-mcp, ml-threat-intel, + telegram-bot, vigie, razvedka, nuclei-api) + +- /etc/init.d/docker: stop_pre→gameover.sh, start_post→startover.sh + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M scripts/gameover.sh +M scripts/startover.sh +``` + +### Diff Summary + +``` + scripts/gameover.sh | 17 +++++++++++++++-- + scripts/startover.sh | 39 +++++++++++++++++++++++++++++++++++++++ + 2 files changed, 54 insertions(+), 2 deletions(-) +```