Kaniko image builder for Gitea Actions
Find a file
2024-03-02 20:04:53 +01:00
.editorconfig initial commit 2024-03-02 19:28:02 +01:00
action.yml small fixes 2024-03-02 19:39:59 +01:00
Dockerfile initial commit 2024-03-02 19:28:02 +01:00
entrypoint.sh prettier outputs 2024-03-02 20:04:53 +01:00
LICENSE initial commit 2024-03-02 19:28:02 +01:00
README.md prettier outputs 2024-03-02 20:04:53 +01:00

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 by Alex Viscreanu.