Expand description

OCI Image Configuration

Definition following https://github.com/opencontainers/image-spec/blob/v1.0/config.md

Structs§

  • The execution parameters which SHOULD be used as a base when running a container using the image.
  • An OCI Image is an ordered collection of root filesystem changes and the corresponding execution parameters for use within a container runtime.
  • Describes the history of each layer. The array is ordered from first to last.
  • The rootfs key references the layer content addresses used by the image. This makes the image config hash depend on the filesystem hash.

Enums§

Constants§