Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samdoran/koku-test-container


https://github.com/samdoran/koku-test-container

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Static Badge](https://img.shields.io/badge/Quay.io-container-%23EE0000?style=for-the-badge&link=https%3A%2F%2Fquay.io%2Frepository%2Fsamdoran%2Fkoku-test-container "Container on Quay.io")](https://quay.io/repository/samdoran/koku-test-container)
# koku-test-container #

This is the container used for running [koku]() integration tests in Konflux. It is used by the `bonfire-tekton` pipeline.

## Building the container ##

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

To manually build the container for local testing, run `./build.py`.

## 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.