--- title: "[bojemoi_boot] refactor(boot): cleanup networks, push-images, remove toolbox service" date: 2026-06-29T22:27:20+02:00 draft: false tags: ["commit", "bojemoi_boot", "main"] categories: ["Git Activity"] summary: "Commit 1e8935e par Betty dans bojemoi_boot" author: "Betty" --- ## Commit `1e8935e` | | | |---|---| | **Repository** | bojemoi_boot | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `1e8935e6b9859aa31efc5307ae72a0497471c0ae` | ### Description - stack: remove redundant `name:` fields on external networks, fix telegram_net (was creating with wrong name telegram_telegram_net), remove borodino_scan_net (managed by borodino stack) - stack: remove toolbox service (moved to 99-service-tool.yml) - push-images: refactor phases 1/2/3, add cccp.sh integration for custom builds, improve source mappings (alloy, tempo, ollama, mosquitto, nuclei-api, wg-gateway, etc.), skip already-in-registry images, normalize IMAGE_REGISTRY template variable Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M scripts/push-images.sh M stack/01-boot-service.yml ``` ### Diff Summary ``` scripts/push-images.sh | 266 +++++++++++++++++++++------------------------- stack/01-boot-service.yml | 83 +-------------- 2 files changed, 122 insertions(+), 227 deletions(-) ```