Chainguard alternative for a rootless podman setup, compared it against Docker Hardened Images and Minimus.
Standing up a build platform on rootless podman, gov-adjacent customer that scans everything to death, so I needed hardened base images and went looking for a Chainguard alternative rather than defaulting to the pricey incumbent. Tried these.
Chainguard is well known, Wolfi based, built from source, low CVE, tooling is the best of the three, pulls into podman fine because it's just OCI. Downside was cost, the quote for the breadth we wanted was not small for a small team.
On docker hardened images its newer, minimal, SBOM and provenance attached, and being docker the distribution is pretty easy. Though the catalog felt thinner when we looked, and considering docs assume Docker, I spent an hour proving it worked headless, It did.
Minimus was the one I hadn't used. The whole catalog is free to pull with no account and could test against the customer's scanners before committing. It had FIPS and STIG tagged images the customer wants. Their stated caveat is free tier has no SLA and paid can get patches first.
None of the three fix debugging a minimal image, that's ephemeral containers or a dev variant either way. On rootless podman all worked once I stopped following the Docker flavored quickstarts. If you've run any of these headless at scale, what should I expect?