Go to file
Dustin b98e6a99ae bci2: Add resources argument
Instead of a top-level boolean that says whether or not the build
can/should run on a Raspberry Pi, we'll expose a `resources` argument
that allows jobs to specify their compute requirements.  If they're not
specified, then the job can run anywhere.  Otherwise, if the
requirements are too large for a Pi, then the autoscaler will launch a
cloud worker to handle the build.
2025-09-26 10:16:26 -05:00
resources podTemplate2: Pin to Buildah v1.37 for now 2025-05-05 09:17:14 -05:00
vars bci2: Add resources argument 2025-09-26 10:16:26 -05:00
README.md Initial commit 2022-11-06 21:36:25 -06:00

README.md

Container Images Shared Library

This shared library allows jobs to build and publish container images to Gitea very easily:

buildContainerImage()

That's it!