Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit dab1c4d

Browse files
committed
Use the same uid/gid combination as for /home/user
This seems to make writing from the devspace 'user' possible into ~/.config/jumpstarter.
1 parent 6b12cf8 commit dab1c4d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.devfile/Containerfile.client

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ USER 10001
2929
RUN --mount=from=builder,source=/src/dist,target=/dist python3.12 -m pip install /dist/*.whl
3030
RUN python3.12 -m pip install pytest
3131

32-
RUN mkdir -p /home/user/.config/jumpstarter/clients && chmod a+rwx -R /home/user/.config/jumpstarter/clients
33-
32+
RUN mkdir -p /home/user/.config/jumpstarter/clients && chgrp 0 -R /home/user/.config && chmod g+rwx -R /home/user/.config

0 commit comments

Comments
 (0)