Skip to content

ImageManifest

Defined in: packages/runtime/src/container/types.ts:273

Cross-worker image transfer shape (M2 concern, sketched).

Not yet consumed by ContainerImpl.start — present on ImageRef for forward compatibility.

readonly bins: Readonly<Record<string, string>>

Defined in: packages/runtime/src/container/types.ts:275

Bin name → asset digest map.


readonly env: Readonly<Record<string, string>>

Defined in: packages/runtime/src/container/types.ts:277

Baseline environment variables.


readonly layerDigests: readonly string[]

Defined in: packages/runtime/src/container/types.ts:281

Content-addressed layer digests forming the rootfs.


readonly services: readonly ServiceDef[]

Defined in: packages/runtime/src/container/types.ts:279

Service definitions (init targets).