From 7b077e02a86c07ba31954ae22ad146331a30d56e Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 21 Apr 2026 09:39:01 +0000 Subject: [PATCH] ci: add git safe.directory to CI container image Move the git safe.directory configuration into the Containerfile so it is baked into the CI container image instead of being repeated in every workflow. Generated with Claude Code (https://claude.ai/code) Signed-off-by: Adrian Reber --- test/ci/Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ci/Containerfile b/test/ci/Containerfile index b7093ccc..ffa87086 100644 --- a/test/ci/Containerfile +++ b/test/ci/Containerfile @@ -17,3 +17,5 @@ RUN dnf install -y \ ShellCheck \ zsh \ && dnf clean all + +RUN git config --global --add safe.directory /__w/checkpointctl/checkpointctl