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

50 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 <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(-)
```