Remove disused test/install

Fixes: https://github.com/containers/podman/pull/18175

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2023-04-13 12:29:05 -04:00
parent 66498483c1
commit 54ba17f691
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.