процесс сборки образов image-forge https://github.com/alt-cloud/image-forge
Go to file
2023-02-22 18:35:27 +03:00
org alt/nginx: write logs to stdout and stderr 2023-02-22 18:35:27 +03:00
.gitignore Initial commit 2022-06-13 00:21:48 +03:00
build.py Allow tasks in distroless images 2023-02-16 03:27:07 +03:00
distroless-example.toml Add distoless example 2023-02-16 03:27:07 +03:00
images-info.json Add distroless images to images-info 2023-02-14 03:54:17 +03:00
LICENSE Update LICENSE 2023-02-16 03:27:07 +03:00
README.md Update README.md 2023-02-16 03:27:07 +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

alt images

To build alt images, run:

./build.py -o alt

k8s images

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

distroless-images

create

To create distroless image copy one of existing org/alt/distroless-* images. Or create directory and copy distroless-example.toml to it, rename file to distroless.toml and edit.

build

For example if created image alt/distroless-false and you want to push to the organization <ORGANIZATION>, run:

./build.py -i alt/distroless-false --overwrite-organization <ORGANIZATION>

If you push to the users repository, then organiztion is your username.