{
  "apiVersion": "v1",
  "resource": "images",
  "page": 1,
  "perPage": 24,
  "total": 195,
  "totalPages": 9,
  "links": {
    "self": "/api/v1/images/1.json",
    "first": "/api/v1/images/1.json",
    "last": "/api/v1/images/9.json",
    "prev": null,
    "next": "/api/v1/images/2.json",
    "collection": "/api/v1/images.json"
  },
  "data": [
    {
      "slug": "adminer",
      "name": "adminer",
      "category": "Apps & productivity",
      "summary": "vrana's single-file PHP database manager, a web UI for MySQL/MariaDB, PostgreSQL, and SQLite, served by a hardened PHP runtime. Image only, no chart.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "5.5.1, 5.4.4, 5.3.0",
      "versions": [
        {
          "version": "5.5.1",
          "size": "15.6 MB",
          "published": "2026-07-22T11:26:16Z",
          "digest": "sha256:c04641391a4020a55e83bfd44ee32ef68463ffc8905c33c3200b4ce4d0d8fdd3"
        },
        {
          "version": "5.4.4",
          "size": "15.6 MB",
          "published": "2026-07-22T11:26:11Z",
          "digest": "sha256:7d1f03de987addb467acad816b420a4f37f5fda2c29d09bb92f47a2e53880f5c"
        },
        {
          "version": "5.3.0",
          "size": "15.6 MB",
          "published": "2026-07-22T11:26:10Z",
          "digest": "sha256:68c345372078a7325e75d60ca5364f9c202683fa49eef93aebec2baf70ac26f5"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://www.adminer.org",
      "source": "https://github.com/vrana/adminer",
      "image": "ghcr.io/quenchworks/images/adminer"
    },
    {
      "slug": "airflow",
      "name": "airflow",
      "category": "Workflow",
      "summary": "Apache Airflow, the programmatic workflow orchestration platform for authoring, scheduling, and monitoring DAGs. Built clean-room from source as a Python venv on Wolfi (python-3.12, official constraints), nonroot on a hardened read-only-rootfs base. Ships the 3.2 line (older lines carry unfixed CVEs in Airflow itself). Runs api-server + scheduler + dag-processor + triggerer (and Celery workers) from one image; needs PostgreSQL (and Redis for CeleryExecutor), provided by the chart.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "3.3.0, 3.2.2",
      "versions": [
        {
          "version": "3.3.0",
          "size": "113.6 MB",
          "published": "2026-07-28T06:16:52Z",
          "digest": "sha256:8142a61a094858e3c063c6c0d8c64f8fb60c41603b0684d568fe5104dc071aad"
        },
        {
          "version": "3.2.2",
          "size": "111.8 MB",
          "published": "2026-07-28T06:16:14Z",
          "digest": "sha256:4e6e24c4d061ac3b50be6c673221156b60b26dad14f6e7df5045986c9da2971b"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://airflow.apache.org",
      "source": "https://github.com/apache/airflow",
      "image": "ghcr.io/quenchworks/images/airflow"
    },
    {
      "slug": "alertmanager",
      "name": "Alertmanager",
      "category": "Observability",
      "summary": "Companion to Prometheus that routes, groups, deduplicates, and silences alerts and dispatches them to email, Slack, PagerDuty, and more.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "0.33.1",
      "versions": [
        {
          "version": "0.33.1",
          "size": "24.2 MB",
          "published": "2026-07-22T08:26:58Z",
          "digest": "sha256:f9f5f7260be1d324024cf782f1f5e5cb465a942a70896e5b142197e1988df651"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/prometheus/alertmanager",
      "source": "https://github.com/prometheus/alertmanager",
      "image": "ghcr.io/quenchworks/images/alertmanager"
    },
    {
      "slug": "ansible",
      "name": "ansible",
      "category": "CI/CD & registry",
      "summary": "Ansible — agentless IT automation and configuration management (the community `ansible` package plus ansible-core and curated collections) with ssh/git/rsync/sshpass tooling, ready to run playbooks. Built from source into a venv on a hardened nonroot Wolfi base. Image only, no chart.",
      "tier": "standard",
      "status": "available",
      "license": "GPL-3.0+",
      "licenseClean": "agpl",
      "version": "14.1.0, 14.2.0",
      "versions": [
        {
          "version": "14.1.0",
          "size": "126.6 MB",
          "published": "2026-07-26T12:19:26Z",
          "digest": "sha256:1c27197ae13e6c9f7391a263ebba7846646c70c9591dd8a5ad8107aeb4f4402c"
        },
        {
          "version": "14.2.0",
          "size": "127.0 MB",
          "published": "2026-07-26T12:19:09Z",
          "digest": "sha256:0a24f0269b8691d6679b4f976bdc376babebc160e1da02b2301603e797fda911"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://www.ansible.com",
      "source": "https://github.com/ansible/ansible",
      "image": "ghcr.io/quenchworks/images/ansible"
    },
    {
      "slug": "argo-workflows",
      "name": "argo-workflows",
      "category": "Workflow",
      "summary": "Kubernetes-native workflow engine for orchestrating parallel jobs as DAGs. Ships the workflow-controller and the argo CLI/API server with an embedded React UI, built from source on a hardened nonroot Wolfi base.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "3.7.15",
      "versions": [
        {
          "version": "3.7.15",
          "size": "64.4 MB",
          "published": "2026-07-22T06:42:59Z",
          "digest": "sha256:d4f98e5766509fe5701ae37adb58b29664ead214cac2d6bbcc2363f7a6d2ebb8"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://argoproj.github.io/workflows",
      "source": "https://github.com/argoproj/argo-workflows",
      "image": "ghcr.io/quenchworks/images/argo-workflows"
    },
    {
      "slug": "aspnet",
      "name": "aspnet",
      "category": "Runtime base",
      "summary": "Hardened ASP.NET Core runtime for web apps and APIs, no SDK. Build on the dotnet image, then run here. Lines 8/9/10.",
      "tier": "standard",
      "status": "available",
      "license": "MIT",
      "licenseClean": "clean",
      "version": "9.0.119, 8.0.127, 10.0.110",
      "versions": [
        {
          "version": "9.0.119",
          "size": "71.0 MB",
          "published": "2026-07-21T08:29:59Z",
          "digest": "sha256:11c7c102a26ba0de5f8035dc713e4494a167548ab3c582d8c5da63b070ec6640"
        },
        {
          "version": "8.0.127",
          "size": "68.2 MB",
          "published": "2026-07-15T11:18:11Z",
          "digest": "sha256:dc69dea5dc1c4f708b59a24f064ed1895e82004857533416591eabe59f819061"
        },
        {
          "version": "10.0.110",
          "size": "72.2 MB",
          "published": "2026-07-15T11:15:56Z",
          "digest": "sha256:54c8dee542ec87520f63d9500ed5ce9332ace84d6b359e84c0d51a664c5047a3"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/dotnet/runtime",
      "source": "https://github.com/dotnet/runtime",
      "image": "ghcr.io/quenchworks/images/aspnet"
    },
    {
      "slug": "atlantis",
      "name": "Atlantis",
      "category": "GitOps",
      "summary": "Terraform pull-request automation that runs plan on PRs and apply from PR comments, enforcing reviewed, Git-driven infrastructure changes with state locking.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "0.46.0",
      "versions": [
        {
          "version": "0.46.0",
          "size": "74.5 MB",
          "published": "2026-07-22T06:42:12Z",
          "digest": "sha256:769481554211806644df3e931c7021faa9d226a45aff333dd857b5f464936e0e"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/runatlantis/atlantis",
      "source": "https://github.com/runatlantis/atlantis",
      "image": "ghcr.io/quenchworks/images/atlantis"
    },
    {
      "slug": "authelia",
      "name": "authelia",
      "category": "Identity",
      "summary": "Open-source authentication and authorization server providing single sign-on and two-factor authentication via a web portal, designed as a companion for reverse proxies. Packaged from Authelia's official prebuilt binary; needs a config plus a SQLite or PostgreSQL storage backend.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "4.39.20",
      "versions": [
        {
          "version": "4.39.20",
          "size": "21.7 MB",
          "published": "2026-07-26T12:18:52Z",
          "digest": "sha256:e9e9a5b5edcd91838d31ddc85df9a27e5e44c6be7371d45930c04437028cda96"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://www.authelia.com",
      "source": "https://github.com/authelia/authelia",
      "image": "ghcr.io/quenchworks/images/authelia"
    },
    {
      "slug": "authentik",
      "name": "authentik",
      "category": "Secrets & identity",
      "summary": "Self-hosted identity provider (OIDC, SAML, LDAP, SCIM) with flows, policies, and application/provider management. Built clean-room from source on Wolfi as a four-language image (nodejs web UI, Go server/proxy, Rust worker, Python/Django core via uv) on a hardened nonroot base; FIPS mode is not forced and the license-gated MaxMind GeoIP download is omitted. Needs PostgreSQL and Redis at runtime, provided by the chart.",
      "tier": "standard",
      "status": "available",
      "license": "MIT",
      "licenseClean": "clean",
      "version": "2026.5.6",
      "versions": [
        {
          "version": "2026.5.6",
          "size": "229.7 MB",
          "published": "2026-07-28T06:29:36Z",
          "digest": "sha256:ae674559d1ed7cc9820d5128c914d5647f36effe3f3fed632e886946fcf5f634"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://goauthentik.io",
      "source": "https://github.com/goauthentik/authentik",
      "image": "ghcr.io/quenchworks/images/authentik"
    },
    {
      "slug": "blackbox-exporter",
      "name": "blackbox-exporter",
      "category": "Metrics/Exporter",
      "summary": "Prometheus exporter that probes endpoints externally over HTTP, HTTPS, TCP, DNS, and ICMP for black-box uptime and latency monitoring.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "0.28.0",
      "versions": [
        {
          "version": "0.28.0",
          "size": "8.9 MB",
          "published": "2026-07-26T12:17:48Z",
          "digest": "sha256:f10c7ea6a9e66d4657f4539f9d2f235c6b538cc20ad3f443a76903970c228cf3"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/prometheus/blackbox_exporter",
      "source": "https://github.com/prometheus/blackbox_exporter",
      "image": "ghcr.io/quenchworks/images/blackbox-exporter"
    },
    {
      "slug": "buildkite-agent",
      "name": "buildkite-agent",
      "category": "CI/CD & registry",
      "summary": "The Buildkite CI build-runner agent that executes pipeline jobs on your own infrastructure. Image only, no chart.",
      "tier": "standard",
      "status": "available",
      "license": "MIT",
      "licenseClean": "clean",
      "version": "3.133.1, 3.134.0, 3.135.0",
      "versions": [
        {
          "version": "3.133.1",
          "size": "16.4 MB",
          "published": "2026-07-30T08:06:48Z",
          "digest": "sha256:3e3213c7eccfd2d57ae83025aa0d0e437a437a4c7cfbfb092402298ff545fb48"
        },
        {
          "version": "3.134.0",
          "size": "16.5 MB",
          "published": "2026-07-30T08:05:15Z",
          "digest": "sha256:7d24f62285c4d53c997bae1a7bbabe34c4137ebcaafd44c622ae9925e152ecb0"
        },
        {
          "version": "3.135.0",
          "size": "16.6 MB",
          "published": "2026-07-30T08:02:44Z",
          "digest": "sha256:6b538fde72550f107287d0ad23887697904fea0eed1c6ce052bc38edb0af0cbf"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://buildkite.com/docs/agent",
      "source": "https://github.com/buildkite/agent",
      "image": "ghcr.io/quenchworks/images/buildkite-agent"
    },
    {
      "slug": "bun",
      "name": "bun",
      "category": "Language runtime",
      "summary": "Hardened Bun runtime and toolkit (runtime, bundler, package manager) for JavaScript and TypeScript. Latest stable (1).",
      "tier": "standard",
      "status": "available",
      "license": "MIT",
      "licenseClean": "clean",
      "version": "1.3.13, 1.3.14, 1.3.11",
      "versions": [
        {
          "version": "1.3.13",
          "size": "42.3 MB",
          "published": "2026-07-04T10:49:28Z",
          "digest": "sha256:7d1e4366c4d4fffb65e8dfeb56e9e66ad370bb3662832d3459b5e1f0c4cdb413"
        },
        {
          "version": "1.3.14",
          "size": "38.1 MB",
          "published": "2026-07-04T10:48:45Z",
          "digest": "sha256:d1d2adb44bd9b77afb822fc397dd961633ac93cfbd775eb6b350cfbe894dd8e9"
        },
        {
          "version": "1.3.11",
          "size": "41.4 MB",
          "published": "2026-07-04T10:42:12Z",
          "digest": "sha256:8acfa03af5cbc9e5f6c738b178473e2a7af8f446515a580aef9683d674a0e3e7"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/oven-sh/bun",
      "source": "https://github.com/oven-sh/bun",
      "image": "ghcr.io/quenchworks/images/bun"
    },
    {
      "slug": "busybox",
      "name": "BusyBox",
      "category": "Base image",
      "summary": "Hardened minimal base/toolbox image bundling common Unix utilities in one binary. Image only, no chart.",
      "tier": "low",
      "status": "available",
      "license": "GPL-2.0",
      "licenseClean": "clean",
      "version": "1.38.0, 1.36.1, 1.37.0",
      "versions": [
        {
          "version": "1.38.0",
          "size": "4.1 MB",
          "published": "2026-07-04T11:34:34Z",
          "digest": "sha256:379b162cd4794ee14c63fec0cc501b855b804f33f824c4e46ced6183f644adfe"
        },
        {
          "version": "1.36.1",
          "size": "4.1 MB",
          "published": "2026-07-04T11:34:25Z",
          "digest": "sha256:b5d7d24c25561436a9285cbd209ecd6f2a6ad6ad7392267fe001e48f2651f8ea"
        },
        {
          "version": "1.37.0",
          "size": "4.1 MB",
          "published": "2026-07-04T11:34:18Z",
          "digest": "sha256:a0d34d7f510c4122f7e8a237bf8e186538a4b6752296c2f7e519451987b541e4"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://busybox.net",
      "source": "https://busybox.net",
      "image": "ghcr.io/quenchworks/images/busybox"
    },
    {
      "slug": "caddy",
      "name": "Caddy",
      "category": "Gateway",
      "summary": "Web server and reverse proxy with fully automatic HTTPS via Let's Encrypt and a simple Caddyfile config.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "2.11.4",
      "versions": [
        {
          "version": "2.11.4",
          "size": "22.8 MB",
          "published": "2026-07-26T12:19:01Z",
          "digest": "sha256:916aca2000f2bc50c2fa01c4e30f3f44906fb339e159cb30e2d2611cf60c0303"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/caddyserver/caddy",
      "source": "https://github.com/caddyserver/caddy",
      "image": "ghcr.io/quenchworks/images/caddy"
    },
    {
      "slug": "cadence",
      "name": "cadence",
      "category": "Workflow",
      "summary": "Fault-tolerant, stateful workflow orchestration engine by Uber. Ships the cadence server and CLI as static Go binaries on a hardened nonroot Wolfi base; Cassandra or a SQL store is the operator's concern.",
      "tier": "standard",
      "status": "available",
      "license": "MIT",
      "licenseClean": "clean",
      "version": "1.4.1",
      "versions": [
        {
          "version": "1.4.1",
          "size": "58.0 MB",
          "published": "2026-07-22T08:34:10Z",
          "digest": "sha256:d58de1ef90e3ae2f79977d1cf800c29a96de67f2340d17b438ecd7589ac7b21f"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://cadenceworkflow.io",
      "source": "https://github.com/uber/cadence",
      "image": "ghcr.io/quenchworks/images/cadence"
    },
    {
      "slug": "cadvisor",
      "name": "cadvisor",
      "category": "Observability",
      "summary": "Analyzes resource usage and performance characteristics of running containers. Image only, no chart.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "0.60.5",
      "versions": [
        {
          "version": "0.60.5",
          "size": "10.2 MB",
          "published": "2026-07-22T08:26:00Z",
          "digest": "sha256:b4cb28bd96e0215b5abfc9e5868de27f6449eacd830e179bdbe45f1453f11eb0"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/google/cadvisor",
      "source": "https://github.com/google/cadvisor",
      "image": "ghcr.io/quenchworks/images/cadvisor"
    },
    {
      "slug": "cassandra",
      "name": "Cassandra",
      "category": "Wide-column",
      "summary": "Distributed wide-column NoSQL store built for linear horizontal scale and high availability with no single point of failure, tuned for heavy writes.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "5.0.8",
      "versions": [
        {
          "version": "5.0.8",
          "size": "140.2 MB",
          "published": "2026-07-28T06:16:43Z",
          "digest": "sha256:5cdec9fcc9ecab75add9790da63ee05463184d0f13416fea9e847ed95d4bbcb2"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/apache/cassandra",
      "source": "https://downloads.apache.org/cassandra/5.0.8/apache-cassandra-5.0.8-bin.tar.gz",
      "image": "ghcr.io/quenchworks/images/cassandra"
    },
    {
      "slug": "centrifugo",
      "name": "centrifugo",
      "category": "Messaging",
      "summary": "Scalable real-time messaging server (WebSocket, SSE, GRPC) with channels, presence, and JWT auth. Built from source as a static Go binary on a hardened nonroot Wolfi base.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "6.9.1",
      "versions": [
        {
          "version": "6.9.1",
          "size": "23.0 MB",
          "published": "2026-07-26T12:18:15Z",
          "digest": "sha256:0a21d8e336e37e093817a6691a477acabe784d325f65bc1444d4e65e0bdb5ddc"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://centrifugal.dev",
      "source": "https://github.com/centrifugal/centrifugo",
      "image": "ghcr.io/quenchworks/images/centrifugo"
    },
    {
      "slug": "cert-manager-acmesolver",
      "name": "cert-manager-acmesolver",
      "category": "Security & supply chain",
      "summary": "acmesolver component of cert-manager. The minimal HTTP server cert-manager runs as ephemeral pods to answer ACME http-01 challenge requests during certificate issuance.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "1.21.1, 1.19.6, 1.20.3",
      "versions": [
        {
          "version": "1.21.1",
          "size": "5.8 MB",
          "published": "2026-07-30T08:03:31Z",
          "digest": "sha256:78b0df18952a2b92133dca93ea9dcb70c8b86002cda09df70ce8a98fe1b888b3"
        },
        {
          "version": "1.19.6",
          "size": "7.9 MB",
          "published": "2026-07-30T08:03:30Z",
          "digest": "sha256:ee4ed58185fb9d542b95c657905360f43a92939ed28a7f073690deb5aed0e0c6"
        },
        {
          "version": "1.20.3",
          "size": "7.5 MB",
          "published": "2026-07-30T08:02:06Z",
          "digest": "sha256:cde325ad93021f98e3f680480888e879e85aa70655bf34e88d1b48a5c9577d2b"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://cert-manager.io",
      "source": "https://github.com/cert-manager/cert-manager",
      "image": "ghcr.io/quenchworks/images/cert-manager-acmesolver"
    },
    {
      "slug": "cert-manager-cainjector",
      "name": "cert-manager-cainjector",
      "category": "Security & supply chain",
      "summary": "cainjector component of cert-manager. Injects CA bundles into ValidatingWebhookConfigurations, MutatingWebhookConfigurations, APIServices, and conversion CRDs so the rest of the stack trusts cert-manager-issued certificates.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "1.19.6, 1.21.1, 1.20.3",
      "versions": [
        {
          "version": "1.19.6",
          "size": "16.4 MB",
          "published": "2026-07-30T08:06:08Z",
          "digest": "sha256:fb6a6ab87fd21235cd5dc47419a1ffab8fa044d437df5751f92da7ebd09e2a14"
        },
        {
          "version": "1.21.1",
          "size": "11.6 MB",
          "published": "2026-07-30T08:04:12Z",
          "digest": "sha256:7d0e1404b0001d83ac16f12f9df23067929bbc92264e5c5fbdc1d0a554483062"
        },
        {
          "version": "1.20.3",
          "size": "15.8 MB",
          "published": "2026-07-30T08:02:11Z",
          "digest": "sha256:5b88467bd6d7922a959691ec988bc98b368fd9a740f866b24865c6d8558b3aa1"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://cert-manager.io",
      "source": "https://github.com/cert-manager/cert-manager",
      "image": "ghcr.io/quenchworks/images/cert-manager-cainjector"
    },
    {
      "slug": "cert-manager-controller",
      "name": "cert-manager-controller",
      "category": "Security & supply chain",
      "summary": "Core controller of cert-manager, the CNCF standard for X.509 certificate management on Kubernetes. Reconciles Certificate, Issuer, ClusterIssuer, and ACME order resources, automating issuance and renewal from Let's Encrypt, Vault, Venafi, and self-signed/CA issuers.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "1.21.1, 1.19.6, 1.20.3",
      "versions": [
        {
          "version": "1.21.1",
          "size": "24.0 MB",
          "published": "2026-07-30T08:10:20Z",
          "digest": "sha256:652fe926a9adb199b0a1becd3bb44981a27b6169c698a333073e91eea00fa2f0"
        },
        {
          "version": "1.19.6",
          "size": "23.3 MB",
          "published": "2026-07-30T08:08:41Z",
          "digest": "sha256:6f3862cf74b39433c827821045980ab2f3ed423f4c2711afaa46a101c62ef05e"
        },
        {
          "version": "1.20.3",
          "size": "23.0 MB",
          "published": "2026-07-30T08:08:40Z",
          "digest": "sha256:8a3aa246b07f26aa83f9d95dc6fa868f035b30215462862a980e68bdc1cb619d"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://cert-manager.io",
      "source": "https://github.com/cert-manager/cert-manager",
      "image": "ghcr.io/quenchworks/images/cert-manager-controller"
    },
    {
      "slug": "cert-manager-webhook",
      "name": "cert-manager-webhook",
      "category": "Security & supply chain",
      "summary": "Admission webhook component of cert-manager. Validates and mutates cert-manager API resources and serves the conversion webhook for its CRD versions.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "1.19.6, 1.21.1, 1.20.3",
      "versions": [
        {
          "version": "1.19.6",
          "size": "19.5 MB",
          "published": "2026-07-30T08:09:53Z",
          "digest": "sha256:bd70884a68e8dd23ff51aba0b57a6c62b18ed1d3def1f204a3c4db406da16183"
        },
        {
          "version": "1.21.1",
          "size": "19.0 MB",
          "published": "2026-07-30T08:09:43Z",
          "digest": "sha256:a14cd3675a8ff6205bc9807ff48ad4d28820dc838737499a99c5513bba1336de"
        },
        {
          "version": "1.20.3",
          "size": "18.9 MB",
          "published": "2026-07-30T08:05:50Z",
          "digest": "sha256:d0fbc971fc0c294f132a9a64ea30cfaa0b5ce80caded675c2de3a17b8a614931"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://cert-manager.io",
      "source": "https://github.com/cert-manager/cert-manager",
      "image": "ghcr.io/quenchworks/images/cert-manager-webhook"
    },
    {
      "slug": "chartmuseum",
      "name": "chartmuseum",
      "category": "CI/CD & registry",
      "summary": "Helm chart repository server with support for cloud object storage backends (S3, GCS, Azure, and more). Image only, no chart.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "0.16.5",
      "versions": [
        {
          "version": "0.16.5",
          "size": "20.3 MB",
          "published": "2026-07-22T08:27:19Z",
          "digest": "sha256:35e24b059f4602e17750f0ceed45ecd3356b2bd0ad7d318c47823533bd291cbd"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://chartmuseum.com",
      "source": "https://github.com/helm/chartmuseum",
      "image": "ghcr.io/quenchworks/images/chartmuseum"
    },
    {
      "slug": "clickhouse",
      "name": "ClickHouse",
      "category": "Analytical",
      "summary": "Column-oriented OLAP database for real-time analytical queries over very large datasets, with high ingest rates and fast aggregations.",
      "tier": "standard",
      "status": "available",
      "license": "Apache-2.0",
      "licenseClean": "clean",
      "version": "26.6.2.81, 26.7.1.1315, 26.5.3.52",
      "versions": [
        {
          "version": "26.6.2.81",
          "size": "240.8 MB",
          "published": "2026-07-23T08:58:30Z",
          "digest": "sha256:378c62d2f23261b9bef396bc6ea8f0b6f920be4d0cbecddbf2aea6d89d6ef8d0"
        },
        {
          "version": "26.7.1.1315",
          "size": "229.7 MB",
          "published": "2026-07-23T08:58:28Z",
          "digest": "sha256:0fe6b62479965049517e9f59800529422f36038932676b798fa56d3db83757b4"
        },
        {
          "version": "26.5.3.52",
          "size": "225.7 MB",
          "published": "2026-07-23T08:58:24Z",
          "digest": "sha256:fb69216283354f87c80a7cd251c626b1ca68f893f290e795c36375fd1bb45abd"
        }
      ],
      "arches": [
        "amd64",
        "arm64"
      ],
      "upstream": "https://github.com/ClickHouse/ClickHouse",
      "source": "https://github.com/ClickHouse/ClickHouse",
      "image": "ghcr.io/quenchworks/images/clickhouse"
    }
  ]
}