Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.05 KB

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.