mirror of
https://github.com/containers/podman.git
synced 2025-06-06 15:00:40 +08:00
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:
1
test/install/.gitignore
vendored
1
test/install/.gitignore
vendored
@ -1 +0,0 @@
|
||||
rpms/
|
@ -1,3 +0,0 @@
|
||||
FROM registry.centos.org/centos/centos:8
|
||||
|
||||
RUN yum install -y rpms/x86_64/*
|
@ -1,3 +0,0 @@
|
||||
FROM registry.fedoraproject.org/fedora:30
|
||||
|
||||
RUN dnf install -y rpms/x86_64/*
|
@ -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.
|
Reference in New Issue
Block a user