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