Change in docker-playground[master]: debian10-obs-submit: new container

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
Thu Apr 29 13:09:06 UTC 2021


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

Change subject: debian10-obs-submit: new container
......................................................................

debian10-obs-submit: new container

Add new container to be used by osmo-ci
Icc89e20950c2aaa67b209340d1d797b76fce32d2.

Related: SYS#5370
Change-Id: Ibb55ad18d2ccf4313f52fa3e3c10d4420c84dced
---
A debian10-obs-submit/Dockerfile
A debian10-obs-submit/Makefile
2 files changed, 27 insertions(+), 0 deletions(-)

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



diff --git a/debian10-obs-submit/Dockerfile b/debian10-obs-submit/Dockerfile
new file mode 100644
index 0000000..bc3bbf7
--- /dev/null
+++ b/debian10-obs-submit/Dockerfile
@@ -0,0 +1,26 @@
+# Used by osmo-ci.git scripts/osmocom-packages-docker.sh
+ARG	REGISTRY=docker.io
+ARG	UPSTREAM_DISTRO=debian:buster
+FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+# Arguments used after FROM must be specified again
+ARG	UID
+
+RUN	apt-get update && \
+	apt-get upgrade -y && \
+	apt-get install -y --no-install-recommends \
+		debhelper \
+		devscripts \
+		dpkg-dev \
+		git \
+		git-buildpackage \
+		meson \
+		osc \
+		patch \
+		sed \
+		&& \
+	apt-get clean
+
+RUN	useradd --uid=${UID} -m user
+USER	user
+RUN	git config --global user.email "obs-submit at docker" && \
+	git config --global user.name "obs-submit"
diff --git a/debian10-obs-submit/Makefile b/debian10-obs-submit/Makefile
new file mode 100644
index 0000000..8d0e10b
--- /dev/null
+++ b/debian10-obs-submit/Makefile
@@ -0,0 +1 @@
+include ../make/Makefile

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ibb55ad18d2ccf4313f52fa3e3c10d4420c84dced
Gerrit-Change-Number: 23946
Gerrit-PatchSet: 2
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/20210429/f77d6298/attachment.htm>


More information about the gerrit-log mailing list