podman/test/install
Sorin Sbarnea e9cd3319cf Enable pre-commit tool linting
This should help use keep the codebase more consistent, and avoid sevel
whitespace related issues, or bad file permissions.

pre-commit allows us to easily introduce other linters in follow-ups,
like bashate.

Note: pre-commit tool does *not* install any git-hooks. Making commits
will will call the tool unless you deliverately tell it to install the
hooks.

Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
2020-01-14 13:42:59 +00:00
..
.gitignore Enable pre-commit tool linting 2020-01-14 13:42:59 +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 Enable pre-commit tool linting 2020-01-14 13:42:59 +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.