Skip to content

Commit

Permalink
docs: add notes about creating new containers
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Sep 17, 2024
1 parent 69bce47 commit 9695f38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/docker/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@ The path to said shell script is stored in environment variable `VERIFICATION_TE

In addition, there might be `VERIFICATION_TEST_*` variables. These are used inside the test script and are rather use-case specific, however often used to store which version of firmware is being tested.


## Adding new container

- (optional) Add new `Dockerfile` into `docker` directory
- Add new entry in `docker/compose.yaml`
- Add new entry into strategy matrix in `.github/workflows/docker-build-and-test.yml`
- (optional) Add new strategy matrix in `.github/workflows/example.yml` examples
- this requires adding new configuration file in `tests` directory

0 comments on commit 9695f38

Please sign in to comment.