mirror of
https://code.thetadev.de/actions/kaniko.git
synced 2026-04-28 20:11:44 +00:00
12 lines
501 B
Markdown
12 lines
501 B
Markdown
# Kaniko image builder
|
|
|
|
Gitea/Github action for building docker images using Kaniko. Kaniko is an image builder
|
|
that runs the build steps on the host system without a container runtime Therefore it
|
|
runs without issues in an unprivileged container.
|
|
|
|
The action script supports building containers for multiple architectures. This requires
|
|
the installation of `qemu-user-static` on the runner machine.
|
|
|
|
This project is based on [action-kaniko](https://github.com/aevea/action-kaniko) by Alex
|
|
Viscreanu.
|