post: commit 4b6d072 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
2026-05-04 12:57:09 +02:00
committed by Betty
parent 270d64b3fa
commit 6b2455a68a

View File

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