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.
- Image
Builder - Builder for constructing an OCI image.
- Image
Configuration - 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_EPOCHenvironment variable is set, it will use that as the creation time.