Merge pull request #18187 from cevich/rm_test_install

[CI:DOCS] Remove disused test/install
pull/18190/head
OpenShift Merge Robot 2023-04-13 14:05:58 -04:00 committed by GitHub
commit 16cffcb679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 18 deletions

View File

@ -1 +0,0 @@
rpms/

View File

@ -1,3 +0,0 @@
FROM registry.centos.org/centos/centos:8
RUN yum install -y rpms/x86_64/*

View File

@ -1,3 +0,0 @@
FROM registry.fedoraproject.org/fedora:30
RUN dnf install -y rpms/x86_64/*

View File

@ -1,11 +0,0 @@
# Installation Tests
The Dockerfiles in this directory attempt to install the RPMs built from this
repo into the target OS. Make the RPMs first with:
```
make -f .copr/Makefile srpm outdir=test/install/rpms
make -f .copr/Makefile build_binary outdir=test/install/rpms
```
Then, run a container image build using the Dockerfiles in this directory.