Immutable storage for compiled binaries, container layer caches and release bundles produced by CI. Artifacts are content-addressed and retained by channel policy.
| Artifact | Channel | Digest | Size | Status |
|---|---|---|---|---|
| gateway/1.14.2 | stable | sha256:9c41d0… | 62.8 MiB | verified |
| gateway/1.15.0-rc3 | preview | sha256:1f77ab… | 63.4 MiB | unsigned |
| collector/0.9.7 | stable | sha256:47be02… | 18.2 MiB | verified |
| web-bundle/2026.08.24 | stable | sha256:be0913… | 7.9 MiB | verified |
| migrations/2026.08.19 | stable | sha256:33a5c7… | 412 KiB | verified |
curl -fSLO /artifacts/gateway/1.14.2/gateway-linux-amd64.tar.gz
sha256sum -c gateway-linux-amd64.tar.gz.sha256
Digest verification is mandatory in deployment pipelines. Artifacts on the preview channel are unsigned and must not reach production.