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
Tue Jan 14 14:43:44 UTC 2020


osmith has uploaded this change for review. ( 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, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/68/16868/1

diff --git a/debian-buster-erlang/Dockerfile b/debian-buster-erlang/Dockerfile
index ed20b37..7d154a5 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
+RUN	useradd -m build
 WORKDIR	/home/osmocom
-USER	osmocom
+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: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200114/d627e599/attachment.htm>


More information about the gerrit-log mailing list