Prebuilt releases
Images are built outside production nodes, pushed by immutable tag, signed by digest, then deployed.
RE8CH REGISTRY
面向 Re8ch 產品與成員的簽名容器分發。
這是 image.re8ch.com 的獨立產品頁。Harbor 繼續作為 OCI 流量事實源,本頁說明會員申請、映像簽名、SBOM、掃描與租戶安全發布路徑。
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>