1
0
Fork 0
OCI image builder (buildah+forgejo) made to be usable in a locked-down OCI container container.
Find a file
ver4a 2cd0f54c20 build: Migrate from actions to shell
This commit removes the use of actions, replacing them with shell.

Later I want to convert the commands into reusable shell scripts. The actions are currently not maintained (last commit to buildah build action is 2 years old), introduce maintenance burden and have their own bugs.
2026-01-08 19:50:56 +01:00
.forgejo/workflows build: Migrate from actions to shell 2026-01-08 19:50:56 +01:00
oci-builder Rebase to F43 2025-10-31 21:41:36 +01:00
LICENSE Add LICENSE 2025-04-16 17:33:16 +02:00
README.md Add README.md 2025-04-22 11:24:14 +02:00

The images live at registry.uncontrol.me/ver4a/oci-builder

Two tags are currently used:

  • :stable latest image to have successfully passed CI tests
  • :ci-dev an image produced by CI, if it passes tests, it's promoted to :stable