1 repository
Mechanisms to retrieve container image metadata and configuration separately from heavy layer data to reduce network overhead.
Distinct from Lazy Image Retrieval: Candidates focus on web UI lazy loading of visual images; this is about lazy retrieval of OCI manifests and config blobs.
Explore 1 awesome GitHub repository matching devops & infrastructure · Lazy Manifest Resolution. Refine with filters or upvote what's useful.
go-containerregistry is a Go library and toolkit for interacting with OCI and Docker registries. It provides a programmatic implementation of the Open Container Initiative distribution specification to fetch, upload, and manage container images, manifests, and layers. The library functions as a container image manipulation tool and a multi-platform image index manager. It enables the resolution and management of manifest lists that target various hardware architectures and operating systems without requiring a local daemon. The toolkit covers a broad range of registry interactions, including
Retrieves metadata and configuration files separately from heavy layer data to minimize network overhead.