Change in docker-playground[master]: centos8-build: new image

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 May 28 15:21:51 UTC 2020


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


Change subject: centos8-build: new image
......................................................................

centos8-build: new image

Create centos8-build similar to debian-stretch-build, as preparation for
ttcn-3 tests on centos 8.

Related: OS#4564
Change-Id: Ide1e88c92b7ac301f0ea8ca110c1b2eb43f9d5ad
---
A centos8-build/Dockerfile
A centos8-build/Makefile
2 files changed, 44 insertions(+), 0 deletions(-)



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

diff --git a/centos8-build/Dockerfile b/centos8-build/Dockerfile
new file mode 100644
index 0000000..46b33c9
--- /dev/null
+++ b/centos8-build/Dockerfile
@@ -0,0 +1,43 @@
+FROM	centos:centos8
+
+# Make additional development libraries available from PowerTools and Osmocom nightly (e.g. libdbi)
+RUN	dnf install -y dnf-utils wget && \
+	yum config-manager --set-enabled PowerTools && \
+	cd /etc/yum.repos.d/ && \
+	wget https://download.opensuse.org/repositories/network:osmocom:nightly/CentOS_8_Stream/network:osmocom:nightly.repo
+
+RUN	dnf install -y \
+		autoconf \
+		autoconf-archive \
+		autogen \
+		automake \
+		bison \
+		c-ares-devel \
+		cppcheck \
+		doxygen \
+		fftw-devel \
+		flex \
+		gawk \
+		gcc \
+		gcc-c++ \
+		git \
+		gnupg \
+		gnutls-devel \
+		gsm-devel \
+		libdbi-dbd-sqlite \
+		libdbi-devel \
+		libpcap-devel \
+		libsofia-sip-ua-glib3 \
+		libtalloc-devel \
+		libtool \
+		libusb1-devel \
+		lksctp-tools-devel \
+		make \
+		ncurses-devel \
+		openssl-devel \
+		ortp-devel \
+		pcsc-lite-devel \
+		pkg-config \
+		readline-devel \
+		sqlite \
+		sqlite-devel
diff --git a/centos8-build/Makefile b/centos8-build/Makefile
new file mode 100644
index 0000000..8d0e10b
--- /dev/null
+++ b/centos8-build/Makefile
@@ -0,0 +1 @@
+include ../make/Makefile

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ide1e88c92b7ac301f0ea8ca110c1b2eb43f9d5ad
Gerrit-Change-Number: 18550
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/20200528/4fc0e3d9/attachment.htm>


More information about the gerrit-log mailing list