2 Repos
Abstract data structures used to represent container images and layers in memory for manipulation before registry commit.
Distinct from In-Memory Image Buffers: The candidates refer to DOM, pixel buffers, or neural networks; this is specifically for OCI container image metadata and layer structures.
Explore 2 awesome GitHub repositories matching devops & infrastructure · In-Memory Image Representations. Refine with filters or upvote what's useful.
CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th
Returns the full OCI image specification in the verbose image status response.
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
Provides an abstract in-memory representation of container images and layers to allow modifications before committing changes.