Expand description
Cache for fully-built rootfs directories.
Avoids rebuilding the rootfs from OCI layers when the same image configuration has been seen before. The cache key is a SHA256 hash of the image reference, layer digests, entrypoint, and environment.
Structs§
- Rootfs
Cache - Cache for fully-built rootfs directories.
- Rootfs
Meta - Metadata for a cached rootfs entry.