podman/test/install
Chris Evich 11484580d3
Cirrus: Add support for testing F30
Remove disused `build_cache_images` task, and
update relevant dockerfiles for F30.

Fix problem of cloud-init failing to expand root-device on boot
(/var/lib/cloud/instance left in improper state).

Fix problem of cloud-init racing with google-network-daemon.service on
boot (looking for cloudconfig metadata too early).  Causing
root-device to _sometimes_ fail to expand.

Fix problem of hack/get_ci_vm.sh argument passing.

Signed-off-by: Chris Evich <cevich@redhat.com>
2019-06-14 13:41:58 -04:00
..
.gitignore Put openshift dockerfiles in test/install 2018-09-25 21:44:51 +00:00
Dockerfile.Centos Move python code from contrib to it's own repo python-podman 2019-01-10 11:27:50 -07:00
Dockerfile.Fedora Cirrus: Add support for testing F30 2019-06-14 13:41:58 -04:00
README.md Put openshift dockerfiles in test/install 2018-09-25 21:44:51 +00:00

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.