Change in ...docker-playground[master]: debian-stretch-build-dist: new Dockerfile

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 Jul 2 11:56:09 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/14654


Change subject: debian-stretch-build-dist: new Dockerfile
......................................................................

debian-stretch-build-dist: new Dockerfile

Provide all build dependencies needed to pass ./configure of most
Osmocom repositories. This will be used to run osmo-release-tarballs.sh
in jenkins.

Related: OS#3870
Change-Id: I991fe41a1f55ccd6a66815ec3d7f239850397d9a
---
A debian-stretch-build-dist/Dockerfile
A debian-stretch-build-dist/Makefile
A debian-stretch-build-dist/Release.key
3 files changed, 59 insertions(+), 0 deletions(-)



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

diff --git a/debian-stretch-build-dist/Dockerfile b/debian-stretch-build-dist/Dockerfile
new file mode 100644
index 0000000..a1f0290
--- /dev/null
+++ b/debian-stretch-build-dist/Dockerfile
@@ -0,0 +1,38 @@
+ARG	USER
+FROM	$USER/debian-stretch-build
+
+ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/"
+
+COPY	Release.key /tmp/Release.key
+
+RUN	apt-key add /tmp/Release.key && \
+	rm /tmp/Release.key && \
+	echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list
+
+ADD	$OSMOCOM_REPO/Release /tmp/Release
+RUN	apt-get update && \
+	apt-get install -y --no-install-recommends \
+		ca-certificates \
+		libboost-all-dev \
+		liboping-dev \
+		libuhd-dev \
+		\
+		libasn1c-dev \
+		libgtp-dev \
+		libgtpnl-dev \
+		liblimesuite-dev \
+		liborcania-dev \
+		libosmo-abis-dev \
+		libosmocore-dev \
+		libosmodsp-dev \
+		libosmo-gsup-client-dev \
+		libosmo-mgcp-client-dev \
+		libosmo-netif-dev \
+		libosmo-ranap-dev \
+		libosmo-sccp-dev \
+		libosmo-sigtran-dev \
+		libsmpp34-dev \
+		libulfius-dev \
+		libusrp-dev \
+		libyder-dev && \
+	apt-get clean
diff --git a/debian-stretch-build-dist/Makefile b/debian-stretch-build-dist/Makefile
new file mode 100644
index 0000000..8d0e10b
--- /dev/null
+++ b/debian-stretch-build-dist/Makefile
@@ -0,0 +1 @@
+include ../make/Makefile
diff --git a/debian-stretch-build-dist/Release.key b/debian-stretch-build-dist/Release.key
new file mode 100644
index 0000000..e656238
--- /dev/null
+++ b/debian-stretch-build-dist/Release.key
@@ -0,0 +1,20 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.5 (GNU/Linux)
+
+mQENBFJBt/wBCADAht3d/ilNuyzaXYw/QwTRvmjyoDvfXw+H/3Fvk1zlDZoiKPPc
+a1wCVBINUZl7vYM2OXqbJwYa++JP2Q48xKSvC6thbRc/YLievkbcvTemf7IaREfl
+CTjoYpoqXHa9kHMw1aALDm8CNU88jZmnV7v9L6hKkbYDxie+jpoj7D6B9JlxgNJ4
+5dQyRNsFGVcIl4Vplt1HyGc5Q5nQI/VgS2rlF/IOXmhRQBc4LEDdU8R2IKnkU4ee
+S7TWanAigGAQhxGuCkS39/CWzc1DhLhjlNhBl/+RTPejkqJtAy00ZLps3+RqUN1Y
+CU/Fsr7aRlYVGqQ/BlptwV0XQ2VVYJX2oEBBABEBAAG0MG5ldHdvcmsgT0JTIFBy
+b2plY3QgPG5ldHdvcmtAYnVpbGQub3BlbnN1c2Uub3JnPokBPAQTAQIAJgUCWmMc
+aQIbAwUJDEAUbQYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEGLrGgkXKA3fjsoI
+ALSXmXzFCpTxg8a6tvXkqddY/qAmeBMNUf7hslI9wN3leNmCrnuHS8TbHWYJZgtw
+8M5fKL3aRQYaIiqqm1XOUF0OqwYNDj5V3y38mM68NYOkzgSP7foMwZp9Y0TlGhtI
+L8weA+2RUjB4hwwGMAYMqkRZyKW3NhPqdlGGoXac1ilwEyGXFHdOLbkhtyS+P2yb
+/EvaKIN5cMLzRZKeYgdp9WuAirV+yV/SDbgvabW098lrWhGLltlRRDQgMV883p8I
+ERMI1wlLFZGnHL3mfBWGeQ24M/DaBOdXQDtfBLCJ9nGztmDBUb8i6GFWU7nD2TGi
+8mYUsED1ZDwO/0jdvJ4gSluIRgQTEQIABgUCUkG3/AAKCRA7MBG3a51lIzhdAJ9v
+d6XPffMZRcCGgDEY5OaTn/MsCQCgrXbeZpFJgnirSrc8rRonvzYFiF4=
+=Gvly
+-----END PGP PUBLIC KEY BLOCK-----

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I991fe41a1f55ccd6a66815ec3d7f239850397d9a
Gerrit-Change-Number: 14654
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/20190702/92fe8a03/attachment.htm>


More information about the gerrit-log mailing list