Skip to content

Commit 186bcd7

Browse files
author
SUSE Update Bot
committed
Test build for #3476
1 parent a41b9ad commit 186bcd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git-image/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ LABEL com.suse.release-stage="released"
6767
LABEL org.opencontainers.image.base.name="%BASE_REFNAME%"
6868
LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%"
6969
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

Comments
 (0)