Module config

Module config 

Source
Expand description

OCI Image Configuration

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

Structs§

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

Enums§

Architecture
The CPU architecture which the binaries in this image are built to run on. Validated values are listed in Go Language document for GOARCH
Os
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§

ROOTFS_TYPE
Default value of the type of a Rootfs