| commit | ee1d1b41e81dc7171b6ec09b66a7ba7c928e1bda | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.h@gmx.de> | Sun Nov 23 12:10:04 2025 +0000 |
| committer | Nico Huber <nico.h@gmx.de> | Sun Jan 25 15:30:00 2026 +0000 |
| tree | d590bc5201d1c7120234c00e8fee728037eaf36b | |
| parent | 8b892481d0747ea7800318dc373b42f7dc1232b4 [diff] [blame] |
manibuilder: Allow differing uid to fix local Git access Change-Id: Iae06908a2cb2e0c55245a14600590ad0c6d91146 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/388
diff --git a/util/manibuilder/Dockerfile.git b/util/manibuilder/Dockerfile.git index 10d7aa6..8794c50 100644 --- a/util/manibuilder/Dockerfile.git +++ b/util/manibuilder/Dockerfile.git
@@ -1,6 +1,7 @@ FROM alpine/git RUN apk add git-daemon +RUN git config --global --add safe.directory /git/flashprog.git EXPOSE 9418 VOLUME ["/git/flashprog.git"] CMD ["daemon", "--reuseaddr", "--export-all", "--base-path=/git", "/git/flashprog.git"]