Built from source
We compile each app from source on Wolfi with melange, then apko assembles a small nonroot image. No Dockerfiles, and nothing inherited from another distro.
195 hardened images ·136 signed charts · 225 open · 70 fixable CVEs
136 datastores shipped end-to-end as small nonroot container images and signed Helm charts. Built from source on Wolfi, scanned to zero fixable CVEs, cosign-signed, digest-pinned, and multi-arch. Free and independent.
# add the chart (OCI) and install
helm install my-redis oci://ghcr.io/quenchworks/charts/redis
# verify the image was built & signed by CI before you trust it
cosign verify ghcr.io/quenchworks/images/redis:8.8.0 \
--certificate-identity-regexp 'https://github.com/quenchworks/.+' \
--certificate-oidc-issuer https://token.actions.githubusercontent.comA real terminal, end to end: run a 0-CVE image, check its cosign signature, install the Helm chart, and watch the workload reach Running.

We compile each app from source on Wolfi with melange, then apko assembles a small nonroot image. No Dockerfiles, and nothing inherited from another distro.
A Trivy gate fails the build on any fixable CVE. We rebuild every day, because a clean scan only tells you about the day it ran.
Every image is cosign-signed, with an SLSA build-provenance attestation and an SPDX SBOM attached to the same digest. Verify all three from your own terminal.
Charts point at images by sha256 digest, never a moving tag. What you install is exactly what passed the gate.
195 hardened images and136 signed charts across34 categories: relational and document stores, caches, search, streaming, coordination, observability, object storage, gateways, and a registry — plus hardened base images to build FROM, all underimages.
No paywall and no lock-in. Pull an image, check the signature yourself, then install the chart. You never have to take our word for it.