Mirror Bundles

Audience: operators and integrators who produce, transfer, or validate mirror bundles for sealed Stella Ops deployments.

A mirror bundle is the deterministic, signed package used to move container images, charts, and feed data across an air gap. This guide defines the bundle format, the validation workflow, and the determinism rules that let any consumer reproduce and verify the same bytes. For risk-intelligence payloads specifically, see Risk Bundles and EPSS Air-Gapped Bundles; for staging bundles into a sealed install, see the Air-Gap Importer Guide.

Contents

Validation steps

  1. Verify the manifest.json SHA-256 matches the provided hash.
  2. If a DSSE signature is present, verify it against the offline trust roots.
  3. Validate the Merkle root (if included) over the files[] hashes.
  4. For each OCI artifact, confirm the digest matches and an SBOM is present.
  5. Record mirrorGeneration and the manifest hash; store both in the audit log and as a timeline event.

Workflow

Determinism

See also