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.
- 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_EPOCH
environment variable is set, it will use that as the creation time.