From 214c9bfb84847ed751ffe162921c075e42a704de Mon Sep 17 00:00:00 2001 From: Betty Date: Sat, 30 May 2026 23:47:10 +0200 Subject: [PATCH] post: commit f23efeb in bojemoi --- .../commits/2026-05-30-commit-f23efeb.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-05-30-commit-f23efeb.md diff --git a/content/posts/commits/2026-05-30-commit-f23efeb.md b/content/posts/commits/2026-05-30-commit-f23efeb.md new file mode 100644 index 0000000..3f5adf6 --- /dev/null +++ b/content/posts/commits/2026-05-30-commit-f23efeb.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(maintenance): docker-cleanup utilise le registry local" +date: 2026-05-30T23:47:10+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit f23efeb par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `f23efeb` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `f23efeb8024aebbed127ce8e4177d76a5c0ec6f4` | + + +### Description + +docker:27-cli (Docker Hub) remplacé par localhost:5000/docker:27-cli +pour éviter l'échec sur meta-68 qui n'a pas accès à Docker Hub. + +Co-Authored-By: Claude Sonnet 4.6 (1M context) + +### Files Changed + +``` +M stack/02-service-maintenance.yml +``` + +### Diff Summary + +``` + stack/02-service-maintenance.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +```