Files
blog/content/posts/commits/2026-05-04-commit-4b6d072.md
Betty 6b2455a68a
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 4b6d072 in bojemoi
2026-05-04 12:57:11 +02:00

1.3 KiB
Raw Permalink Blame History

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat(lifecycle): registry permanente + vérification au startover 2026-05-04T12:57:09+02:00 false
commit
bojemoi
main
Git Activity
Commit 4b6d072 par Betty dans bojemoi 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 noreply@anthropic.com

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(-)