We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9783301 commit a121749Copy full SHA for a121749
git-image/Dockerfile
@@ -62,3 +62,6 @@ LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
62
LABEL org.opensuse.release-stage="released"
63
# endlabelprefix
64
LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%"
65
+RUN set -euo pipefail; mkdir -p /workspace && chgrp 0 /workspace && chmod g=u /workspace && chmod 1777 /workspace
66
+ WORKDIR /workspace
67
+ ENV HOME=/workspace
0 commit comments