-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to push image after building
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
[![Static Badge](https://img.shields.io/badge/Quay.io-container-%23EE0000?style=for-the-badge&link=https%3A%2F%2Fquay.io%2Frepository%2Fproject-koku%2Fkoku-test-container "Container on Quay.io")](https://quay.io/repository/project-koku/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. | ||
This is the container used for running [koku] [integration tests] in Konflux. | ||
|
||
## Building the container ## | ||
### Building the container ### | ||
|
||
This container is built automatically when changes pushed or tags are created. | ||
This container is built automatically when changes are pushed or tags are created. | ||
|
||
To manually build the container for local testing, run `./build.py`. | ||
To manually build the container for local testing, run `./build.py`. Add `--push` to push the image after building. | ||
|
||
## Updating requirements ## | ||
### 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. | ||
|
||
|
||
[koku]: https://github.com/project-koku/koku | ||
[integration tests]: https://github.com/project-koku/koku-ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters