forked from images/gitea-image-forge
15 lines
278 B
Markdown
15 lines
278 B
Markdown
docker-derivatives
|
|
==================
|
|
|
|
To build `alt` images, run:
|
|
|
|
```
|
|
./build.py -o alt
|
|
```
|
|
|
|
To build `k8s` images for branch `p10` and push to repository `test_k8s`, run:
|
|
|
|
```
|
|
./build.py -o k8s -b p10 --overwrite-organization test_k8s --tasks tasks.json --tags tags.json
|
|
```
|