mirror of
https://github.com/containers/podman.git
synced 2025-05-25 11:06:18 +08:00

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