We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b12cf8 + dab1c4d commit 16c4d86Copy full SHA for 16c4d86
.devfile/Containerfile.client
@@ -29,5 +29,4 @@ USER 10001
29
RUN --mount=from=builder,source=/src/dist,target=/dist python3.12 -m pip install /dist/*.whl
30
RUN python3.12 -m pip install pytest
31
32
-RUN mkdir -p /home/user/.config/jumpstarter/clients && chmod a+rwx -R /home/user/.config/jumpstarter/clients
33
-
+RUN mkdir -p /home/user/.config/jumpstarter/clients && chgrp 0 -R /home/user/.config && chmod g+rwx -R /home/user/.config
0 commit comments