Change in docker-playground[master]: centos-repo-install-test: 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
Wed May 27 10:35:17 UTC 2020


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


Change subject: centos-repo-install-test: new image
......................................................................

centos-repo-install-test: new image

Prepare the repo-install-test to be extended to cover centos8 as well.
The scripts from docker-repo-install-test will be moved to osmo-ci.git
as shared code, and extended to work with centos8 too (using this new
image) in I399360ee6389591180859b52f0ef08883447b90b (osmo-ci).

Related: OS#4563
Change-Id: I50743c304728444ede8e0d40b8abef9d17c44d8d
---
A centos-repo-install-test/Dockerfile
A centos-repo-install-test/Makefile
2 files changed, 12 insertions(+), 0 deletions(-)



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

diff --git a/centos-repo-install-test/Dockerfile b/centos-repo-install-test/Dockerfile
new file mode 100644
index 0000000..45f0ba4
--- /dev/null
+++ b/centos-repo-install-test/Dockerfile
@@ -0,0 +1,11 @@
+ARG	USER
+FROM	centos:centos8
+
+# dnf-utils: for repoquery
+RUN	dnf install -y \
+		systemd \
+		dnf-utils
+
+# Make additional development libraries available
+RUN	yum config-manager --set-enabled PowerTools
+
diff --git a/centos-repo-install-test/Makefile b/centos-repo-install-test/Makefile
new file mode 100644
index 0000000..8d0e10b
--- /dev/null
+++ b/centos-repo-install-test/Makefile
@@ -0,0 +1 @@
+include ../make/Makefile

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I50743c304728444ede8e0d40b8abef9d17c44d8d
Gerrit-Change-Number: 18516
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/20200527/ec10aff3/attachment.htm>


More information about the gerrit-log mailing list