Go to file
Dustin a2248404cf podTemplate2: Pin to Buildah v1.37 for now
Buildah 1.38 and 1.39 have a bug that prevents them being able to build
containers in a Kubernetes pod.  Whenever I try, I get:

> error stat()ing intended root directory
> "/var/tmp/buildah3537271510/mnt/rootfs": no such file or directory

I have not identified the root cause yet, but reverting to 1.37 works
around the issue for now.
2025-05-05 09:17:14 -05:00
resources podTemplate2: Pin to Buildah v1.37 for now 2025-05-05 09:17:14 -05:00
vars bci2: Correctly handle default branch w/ manifest 2024-01-19 14:40:53 -06: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!