[Community] Podman image build with sigstore
ยท 3 min read
This example shows how to build a container image with podman while verifying the base image and signing the resulting image.
This example shows how to build a container image with podman while verifying the base image and signing the resulting image.
I run Woodpecker CI with podman backend instead of docker and just figured out how to build images with buildah. Since I couldn't find this anywhere documented, I thought I might as well just share it here.