Skip to content

project-koku/koku-test-container

Repository files navigation

Static Badge

koku-test-container

This is the container used for running koku integration tests in Konflux.

Building the container

This container is built automatically when changes are pushed or tags are created.

To manually build the container for local testing, run ./build.py. Add --push to push the image after building.

Updating requirements

Files in the requirements directory are used for managing Python requirements.

requirements.in contains direct dependencies. constraints.txt is for restricting versions of indirect dependencies. These two files are used when generating the requirements.txt freeze file.

Run ./freeze.py to generate updated an requirements file.

About

Container used to run koku tests in CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published