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

Commit 16c4d86

Browse files
authored
Merge pull request #169 from jumpstarter-dev/fix-home-perms-devspace
Use the same uid/gid combination as for /home/user
2 parents 6b12cf8 + dab1c4d commit 16c4d86

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)