Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10096 )
Change subject: git-deamon: Make sure to create the git-daemon user ...................................................................... git-deamon: Make sure to create the git-daemon user Recent debian packages moved creation of the git-daemon user from the main "git" package into the "git-daemon-run" package. We want the user without the latter... Change-Id: I42f68ba31d32574a01d1372d8cc5239c420e816f --- M git-daemon/Dockerfile 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Harald Welte: Looks good to me, approved; Verified diff --git a/git-daemon/Dockerfile b/git-daemon/Dockerfile index 7dc7d39..9c4601b 100644 --- a/git-daemon/Dockerfile +++ b/git-daemon/Dockerfile @@ -8,6 +8,8 @@ RUN apt-get install -qqy git +RUN useradd -u 30001 -g ssh git-daemon + ADD git-daemon.sh /usr/bin/git-daemon.sh VOLUME /git -- To view, visit https://gerrit.osmocom.org/10096 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I42f68ba31d32574a01d1372d8cc5239c420e816f Gerrit-Change-Number: 10096 Gerrit-PatchSet: 2 Gerrit-Owner: Harald Welte <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]>
