You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://quay.io/repository/project-koku/koku-test-container)
2
2
# koku-test-container #
3
3
4
-
This is the container used for running [koku]()integration tests in Konflux. It is used by the `bonfire-tekton` pipeline.
4
+
This is the container used for running [koku][integration tests] in Konflux.
5
5
6
-
## Building the container ##
6
+
###Building the container###
7
7
8
-
This container is built automatically when changes pushed or tags are created.
8
+
This container is built automatically when changes are pushed or tags are created.
9
9
10
-
To manually build the container for local testing, run `./build.py`.
10
+
To manually build the container for local testing, run `./build.py`. Add `--push` to push the image after building.
11
11
12
-
## Updating requirements ##
12
+
###Updating requirements###
13
13
14
14
Files in the `requirements` directory are used for managing Python requirements.
15
15
16
16
`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.
17
17
18
18
Run `./freeze.py` to generate updated an requirements file.
0 commit comments