defectdojo-valkey — Hummingbird Valkey 9.0.4, mirrored from Red Hat for air-gap consumption
696
A bit-for-bit mirror of registry.access.redhat.com/hi/valkey:9.0.4.
We don't rebuild this image — Red Hat does, against their Hummingbird (RHHI) base, and we host
their bits in this registry so the DefectDojo Quadlet stack can pull a known image even when
registry.access.redhat.com isn't reachable (BLK, disconnected production).
Valkey is the Linux Foundation fork of Redis. RHHI doesn't ship a hi/redis
image; valkey stands in. Wire-compatible with the Redis protocol (identifies as redis_version 7.2.4 to clients), serving DefectDojo as the Celery broker + Django cache. Requires
--requirepass + --bind 0.0.0.0 exec args because its default protected-mode yes posture
otherwise drops the broker's first command. See defectdojo/quadlet/defectdojo-valkey.container.example.
This image carries two cosign signatures stacked on the same manifest digest:
skopeo copy --all from the upstream :.sig
sidecar tag). Sigstore Fulcio-issued cert bound to Red Hat's OIDC identity. Verify keyless:
cosign verify \
--certificate-identity-regexp '<red-hat identity>' \
--certificate-oidc-issuer-regexp '<red-hat issuer>' \
<this-image-ref>
cii-tooling/keys/internal-ci.pub's private half. Same key that signs every other image
we host. Verify with:
cosign verify --key cii-tooling/keys/internal-ci.pub <this-image-ref>
Both signatures are valid — pick whichever trust chain matters for the verifier. The internal
signature gives consumers a uniform cosign verify --key invocation across every image we
publish; Red Hat's keyless signature lets anyone trace the chain back to the original upstream
build.
Pulled by defectdojo-valkey.container in the DefectDojo Quadlet stack. Exposed via
NetworkAlias=redis so DefectDojo's stock DD_CELERY_BROKER_URL=redis://... configuration
points at this container.
registry.access.redhat.com/hi/valkey:9.0.4<this-registry>/defectdojo-valkey:9.0.4-rhhiskopeo copy --all (preserves Red Hat's :.sig + :.att sidecars).subject is this mirror's digest, material[0]
points at the upstream manifest digest.Content type
Image
Digest
sha256:c6d1b5dd5…
Size
18.9 MB
Last updated
4 months ago
docker pull timothyswan/defectdojo-valkey:9.0.4-rhhi