Go to file
Dustin 14cb41d4d9 bci2: Allow running on a Raspberry Pi
In order to keep "big" applications that just happen to have arm64
container images, like Argo CD and Jenkins, from running on Raspberry
Pis instead of VMs, I added a `du5t1n.me/machine=raspberrypi:NoExecute`
taint to them.  This requires any workload that should be allowed to run
on a Raspberry Pi to explicitly indicate as much.  Since the point of
adding *k8s-aarch64-n1.pyrocufflink.blue* to the cluster was to be able
to build container images, the pod template for container image jobs
needs to include this toleration.
2023-10-28 09:58:47 -05:00
resources bci2: Allow running on a Raspberry Pi 2023-10-28 09:58:47 -05:00
vars buildContainerImage2: Unstash single-arch image 2023-10-24 19:34:27 -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!