github.com/AbhinandanKurakure/podman/v3@v3.4.10/test/install/README.md (about)

     1  # Installation Tests
     2  
     3  The Dockerfiles in this directory attempt to install the RPMs built from this
     4  repo into the target OS. Make the RPMs first with:
     5  
     6  ```
     7  make -f .copr/Makefile srpm outdir=test/install/rpms
     8  make -f .copr/Makefile build_binary outdir=test/install/rpms
     9  ```
    10  
    11  Then, run a container image build using the Dockerfiles in this directory.