Crate gnoci

Source
Expand description

Library for building OCI images from a set of entries and configuration.

Structs§

Entry
An entry representing a file to be included in the image.
ImageBuilder
Builder for constructing an OCI image.
ImageConfiguration
Image configuration per https://github.com/opencontainers/image-spec/blob/main/config.md#properties

Functions§

creation_time
Get the creation time for the image. If the SOURCE_DATE_EPOCH environment variable is set, it will use that as the creation time.