Prebuilt releases
Images are built outside production nodes, pushed by immutable tag, signed by digest, then deployed.
RE8CH REGISTRY
Re8ch उत्पादों और सदस्यों के लिए signed container delivery.
image.re8ch.com की स्वतंत्र उत्पाद पेज। Harbor OCI traffic का source of truth रहता है; यह पेज membership, signing, SBOM, scan और tenant-safe release समझाता है.
Docker, containerd, Cosign, Trivy, Kubernetes, and Harbor APIs keep using their normal endpoints. The Worker only answers the product microsite route.
image.re8ch.comPublic product pageimage.re8ch.com/assets/*Static site assetsregistry.re8ch.com/v2/*Not handled by this Workerregistry.re8ch.com/service/*Harbor token service remains untouchedImages are built outside production nodes, pushed by immutable tag, signed by digest, then deployed.
Each approved member receives an isolated Harbor project, quota, retention policy, and audit trail.
Cosign signatures, vulnerability scans, and SBOM availability are visible product-level signals.
Registry events flow into a separate receiver before notifications, automation, or incident handling.
Anonymous public snapshot generated from private Harbor and registry operations. Names are HMAC-hashed before publishing.
Loading latest public snapshot...
The happy path remains the standard container workflow:
docker login registry.re8ch.com
docker pull registry.re8ch.com/functions-shared/alpine:3.23.4
cosign verify --key cosign.pub registry.re8ch.com/<project>/<repo>@sha256:<digest>