Skip to main content

Crate gnoci

Crate gnoci 

Source
Expand description

Small OCI image builder.

Builds container images containing a given set of files, their dynamic library dependencies, and OS package files for scanning tools to detect the source of the files (RPM/deb based systems).

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.