debian-koji/devtools/containers
Zack Cerza 9218a452c3 Add Dockerfiles to aid in testing
Signed-off-by: Zack Cerza <zack@redhat.com>
2020-09-08 16:20:19 +02:00
..
centos Add Dockerfiles to aid in testing 2020-09-08 16:20:19 +02:00
fedora Add Dockerfiles to aid in testing 2020-09-08 16:20:19 +02:00
README.md Add Dockerfiles to aid in testing 2020-09-08 16:20:19 +02:00

Dockerfiles for development

To facilitate in development - specifically, running tests, two Dockerfiles are provided:

To use them, taking fedora as an example:

docker build -t koji_test_fedora:latest --no-cache ./devtools/containers/fedora
docker run --rm -v $PWD:/koji --name koji_test koji_test_fedora:latest bash -c "cd /koji && tox -e flake8,py3"