The base branch images/gitea-image-forge:master has new changes
Alexey Kostarev 5d7af66514 +
2024-07-17 09:34:06 +05:00
fix
2024-04-10 17:59:24 +03:00
fix
2024-04-10 17:59:24 +03:00
2022-06-13 00:21:48 +03:00
2024-04-05 16:29:18 +03:00
2023-02-16 03:27:07 +03:00
2023-02-16 03:27:07 +03:00
+
2024-07-17 09:34:06 +05:00
2023-11-01 14:49:05 +03:00
2023-07-18 14:32:29 +03:00

image-forge

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.

Dependencies

On x86_64 machine using p10 branch you need:

  • python3-module-tomli
  • qemu-user-static-binfmt-aarch64 to build for arm64 architecture
  • qemu-user-static-binfmt-arm to build for arm architecture
  • qemu-user-static-binfmt-ppc to build for ppc64le architecture
Description
процесс сборки образов image-forge
Readme 182 KiB
Languages
Python 94.9%
Shell 5.1%