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, 스캔, 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>