fix(agent-images): own Git config directory
tracker-policy-pr / check-pr (pull_request) Successful in 10s
test / integration-docker (pull_request) Successful in 14s
test / unit (pull_request) Successful in 37s
lint / lint (push) Successful in 49s
test / integration-firecracker (pull_request) Failing after 6m31s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped

This commit is contained in:
2026-07-21 17:38:04 +00:00
parent 1aeeb55b54
commit 7e5ffd9674
5 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ RUN apt-get update \
RUN npm install -g --ignore-scripts --no-fund --no-audit @earendil-works/pi-coding-agent \
&& npm cache clean --force
RUN mkdir -p /home/node/.pi/agent \
RUN install -d -o node -g node -m 755 /home/node/.config /home/node/.config/git \
&& mkdir -p /home/node/.pi/agent \
/home/node/.pi/context-mode/sessions \
/tmp/pi-subagents-uid-1000 \
&& chown -R node:node /home/node/.pi /tmp \