OCI artifact model

What a pushed template actually is in the registry:

AspectValue
Artifact typeapplication/vnd.vmlab.template.v1 (frozen; prevents docker run misuse)
Config blobapplication/vnd.vmlab.template.config.v1+json (template metadata)
LayersThe qcow2 chunked into fixed-size zstd layers (application/vnd.vmlab.template.chunk.v1+zstd)
Default chunk size512 MiB (clears GHCR's 10-min per-upload timeout); set via oci_chunk_size in host config
Annotationsvnd.vmlab.template.* record chunk count/size, total size, and whole-image digest
IntegrityPull reassembles chunks in order and verifies the whole-image SHA-256 before installing
Multi-archA standard OCI image index keyed by platform arch; push the same name per arch