|
|
||
|---|---|---|
| .. | ||
| centos | ||
| fedora | ||
| README.md | ||
Dockerfiles for development
To facilitate in development - specifically, running tests, two Dockerfiles are provided:
./centos/DockerfileCentOS 6, for testing with python2.6./fedora/DockerfileFedora 32, for testing with python3.8
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"