gitea-image-forge/README.md

15 lines
278 B
Markdown
Raw Normal View History

2022-12-22 02:46:24 +03:00
docker-derivatives
==================
To build `alt` images, run:
```
2022-12-26 02:50:46 +03:00
./build.py -o alt
2022-12-22 02:46:24 +03:00
```
To build `k8s` images for branch `p10` and push to repository `test_k8s`, run:
```
2022-12-26 02:50:46 +03:00
./build.py -o k8s -b p10 --overwrite-organization test_k8s --tasks tasks.json --tags tags.json
2022-12-22 02:46:24 +03:00
```