We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41b9ad commit 186bcd7Copy full SHA for 186bcd7
git-image/Dockerfile
@@ -67,3 +67,6 @@ LABEL com.suse.release-stage="released"
67
LABEL org.opencontainers.image.base.name="%BASE_REFNAME%"
68
LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%"
69
LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%"
70
+RUN set -euo pipefail; mkdir -p /workspace && chgrp 0 /workspace && chmod g=u /workspace && chmod 1777 /workspace
71
+ WORKDIR /workspace
72
+ ENV HOME=/workspace
0 commit comments