Change in docker-playground[master]: debian-buster-erlang: rename user to "build"

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/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Jan 15 12:52:24 UTC 2020


osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/16868 )

Change subject: debian-buster-erlang: rename user to "build"
......................................................................

debian-buster-erlang: rename user to "build"

Match username of debian-stretch-jenkins, so we can use the same docker
arguments for both images in gerrit-verifications.yml of osmo-ci.git.

Related: OS#4345
Change-Id: Ia3eaec6090c9652549b2850de74ee21730374bbd
---
M debian-buster-erlang/Dockerfile
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  osmith: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/debian-buster-erlang/Dockerfile b/debian-buster-erlang/Dockerfile
index ed20b37..23da345 100644
--- a/debian-buster-erlang/Dockerfile
+++ b/debian-buster-erlang/Dockerfile
@@ -45,6 +45,6 @@
 ADD	$OSMOCOM_REPO/Release /tmp/Release
 
 # add a non-root user under which we will normaly execute build tests
-RUN	useradd -m osmocom
-WORKDIR	/home/osmocom
-USER	osmocom
+RUN	useradd -m build
+WORKDIR	/home/build
+USER	build

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/16868
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia3eaec6090c9652549b2850de74ee21730374bbd
Gerrit-Change-Number: 16868
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200115/f50d8a38/attachment.htm>


More information about the gerrit-log mailing list