Change in docker-playground[master]: git-deamon: Make sure to create the git-daemon user

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Jul 21 07:39:27 UTC 2018


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 <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180721/3c198cad/attachment.htm>


More information about the gerrit-log mailing list