Skip to content
@quenchworks

QuenchWorks

Hardened, 0-CVE Helm charts and container images. Built from source on Wolfi, signed, and pinned by digest. Free and independent.
QuenchWorks

Free, hardened container images and signed Helm charts.

0-CVE container images and signed Helm charts. Built from source, cosign-signed, pinned by digest. Free and independent.

Images Charts Fixable CVEs Built with Wolfi Signed with cosign Multi-arch ArtifactHub License

Website · Charts · Images · Roadmap · Docs · ArtifactHub

QuenchWorks in a terminal: run a 0-CVE image, verify it with cosign, deploy the Helm chart, and watch the pod reach Running.


The catalog moved. Your stack didn't.

A lot of platforms were built on free, hardened images from the Bitnami catalog. Those images moved behind a paywall and into a legacy registry, on a clock. The job they did didn't go away: you still need a database, a cache, a queue, a gateway, that boots, runs nonroot, and doesn't drag a pile of CVEs into your cluster.

Rebuilding all of that yourself is real work, and keeping it at zero CVEs is work that never stops.

QuenchWorks rebuilds it, in the open, for free.

92 hardened images and 54 signed Helm charts for the infrastructure you actually run. Every image is built from source on Wolfi with melange and apko. No Dockerfiles, nothing inherited from another distro. Then each one:

  • clears a hard 0 fixable CVE gate (Trivy, fail-on-fixable) before it can publish,
  • runs nonroot on a read-only root filesystem,
  • ships as a multi-arch index (linux/amd64 + linux/arm64),
  • carries an SBOM and a cosign keyless signature,
  • is rebuilt daily, so a clean scan stays true tomorrow instead of aging out.

Every chart pins its image strictly by sha256 digest (a tag-only reference is refused on purpose), shares one hardened security baseline through the quench-common library chart, is cosign-signed, and ships on ArtifactHub as a verified publisher with a Values schema.

Quench is the metallurgy step that hardens hot metal by cooling it fast. Same idea, fewer CVEs.

30 seconds to a hardened Redis

# install the chart (the image is already signed and pinned by digest for you)
helm install cache oci://ghcr.io/quenchworks/charts/redis

# verify any image we ship, yourself (images are tagged by version, no :latest)
cosign verify ghcr.io/quenchworks/images/redis:8.8.0 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

No account, no token, no paywall. Swap redis:8.8.0 for any app and version in the catalog.

What's in the catalog

Relational PostgreSQL · MariaDB · MySQL · CockroachDB
Document CouchDB · FerretDB · DocumentDB · MongoDB
Key-value / cache Valkey · Redis · Memcached · Dragonfly
Wide-column Cassandra · ScyllaDB
Search / vector OpenSearch · Solr · Meilisearch · Qdrant · Elasticsearch
Streaming / messaging Kafka · NATS · RabbitMQ · Pulsar
Coordination etcd · ZooKeeper · Temporal
Observability Prometheus · Grafana · Loki · Tempo · VictoriaMetrics · OpenTelemetry Collector · Vector · Fluent Bit
Gateways / proxies Nginx · Caddy · Traefik · HAProxy
Object storage Garage · RustFS · SeaweedFS
Secrets / identity OpenBao · Keycloak
Registry · Git · CI/IaC Harbor · Gitea · Atlantis

Browse all of it, with versions, digests, and provenance, at quench-works.com.

The repositories

Repo What it is
images The image factory: melange + apko builds, the 0-CVE gate, cosign signing, GHCR publish.
charts Clean-room Helm charts, each pinned to a signed image digest and published as an OCI artifact.
common quench-common, the shared library chart: the hardened security baseline and the digest-only image resolver.
website The catalog site, generated straight from the images and charts repos.

Honest about licensing

We lead with the truly-open option in every category. Two source-available datastores, MongoDB and Elasticsearch (both SSPL-1.0), are carried with a loud license note because they are not OSI-approved open source, and we name the clean fork that covers the slot: OpenSearch for Elasticsearch, FerretDB plus DocumentDB for MongoDB.

License

MIT. Built independently. Not affiliated with any upstream distribution or vendor.

Popular repositories Loading

  1. charts charts Public

    Clean-room Helm charts for the QuenchWorks catalog: each pinned to a signed, 0-CVE image digest, published as OCI to GHCR and listed on ArtifactHub.

    Go Template 2

  2. .github .github Public

    QuenchWorks org profile and shared community health files.

  3. website website Public

    QuenchWorks marketing site (Astro + Tailwind): the catalog of hardened, 0-CVE Helm charts and container images.

    Astro

  4. common common Public

    quench-common: the shared Helm library chart for the QuenchWorks catalog (hardened pod/container security contexts + a digest-only image resolver).

    Go Template

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…