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
This commit is contained in:
Oliver Smith 2020-05-26 17:03:38 +02:00
parent acd141fa61
commit f8d5ed55f1
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
include ../make/Makefile