Release artifacts and digests
These are the artifacts published for KiCI v0.9.0. Pin by digest to verify you are running exactly the bits we shipped — a registry that serves substituted content fails a digest pull.
Container images
Section titled “Container images”| Image | Digest-pinned reference |
|---|---|
kici-orchestrator | quay.io/kici-dev/kici-orchestrator:0.9.0@sha256:58c36d0222832fcb82b0af33cdb46d474b97654b0051cb6c54fa96fca9a13af2 |
kici-agent | quay.io/kici-dev/kici-agent:0.9.0@sha256:371b518421c505041bc8b52eae3ce92e888f25b2cc2d4914f32420dbbf11df55 |
The digest is the multi-arch manifest-list (image-index) digest, so the same
reference resolves the correct image on both linux/amd64 and linux/arm64.
Verify before you run
Section titled “Verify before you run”A digest pull fails closed if the registry serves substituted content:
podman pull quay.io/kici-dev/kici-orchestrator:0.9.0@sha256:58c36d0222832fcb82b0af33cdb46d474b97654b0051cb6c54fa96fca9a13af2npm packages
Section titled “npm packages”| Package | Version | Tarball integrity |
|---|---|---|
@kici-dev/core | 0.9.0 | sha512-chgfJv1b2YDDW/gWJyAMAxtznC/VL7+glClkkcN+0utjkJJ4WYbR1H3XAylNGwF5Y84qZLQCdUT7d++KLJEtQQ== |
@kici-dev/shared | 0.9.0 | pending registry propagation |
@kici-dev/engine | 0.9.0 | sha512-1jV/acSqQ2gqgMGKX8/Iv+0qQvEa18ow5dhdYS8ClJ+YkVeR9zJ+0AxQ0oxC9aedUp7lXMgV/A2Ss+Kd2FQaIw== |
@kici-dev/sdk | 0.9.0 | sha512-pTw905wG0fJL3lNcoLmH5NYre6Ce73+LFf44ti83zZ3ufoWd9rOy6ctNWcZjyc38LXFJysa/HRFvSIu1gVt//A== |
@kici-dev/compiler | 0.9.0 | pending registry propagation |
@kici-dev/orchestrator | 0.9.0 | pending registry propagation |
@kici-dev/agent | 0.9.0 | pending registry propagation |
kici | 0.9.0 | pending registry propagation |
kici-admin | 0.9.0 | pending registry propagation |
KiCI tarballs do not carry npm-registry provenance attestations: npm mints
those from a supported CI provider’s OIDC identity, and pnpm release:prod
runs interactively from an operator workstation. The integrity hashes above and
the container manifest digests are the verification path.