процесс сборки образов image-forge
Go to file
2023-02-09 04:22:56 +03:00
org Do not store documentation files in distroless-builder 2023-02-09 04:22:56 +03:00
.gitignore Initial commit 2022-06-13 00:21:48 +03:00
build.py Add distroless builder and refactor work with images 2023-02-09 02:18:05 +03:00
images-info.json Add skip branches for more images 2022-12-22 02:39:25 +03:00
LICENSE Add LICENSE 2022-12-22 02:47:04 +03:00
README.md Use only podman 2022-12-26 02:50:46 +03:00
tags.json Update flannel tasks and tags 2022-12-27 05:01:49 +03:00
tasks.json Update flannel tasks and tags 2022-12-27 05:01:49 +03:00

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