Module oci_client::config
source · 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§
- The CPU architecture which the binaries in this image are built to run on. Validated values are listed in Go Language document for GOARCH
- The name of the operating system which the image is built to run on. Validated values are listed in Go Language document for GOARCH
Constants§
- Default value of the type of a
Rootfs