Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samdoran/koku-test-container
https://github.com/samdoran/koku-test-container
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samdoran/koku-test-container
- Owner: samdoran
- Created: 2024-10-10T17:43:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T19:58:01.000Z (2 months ago)
- Last Synced: 2024-10-20T17:54:27.705Z (2 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.