1 repositorio
Standardized formats and schemas for container images ensuring interoperability between build tools and runtimes.
Distinct from OCI Container Image Libraries: The existing candidates focus on libraries, sandboxes, or synthesis, while this is the foundational specification itself.
Explore 1 awesome GitHub repository matching devops & infrastructure · Container Image Specifications. Refine with filters or upvote what's useful.
The OCI Container Image Specification is a standardized format for container images that ensures interoperability between different build tools and runtimes. It serves as a distribution standard for structuring image blobs and manifests, providing a consistent way to transfer data between registries and clients. The specification employs a content-addressable storage standard that identifies image layers and manifests using cryptographic digests to ensure data integrity. It includes a JSON-based configuration schema for defining execution metadata, such as entrypoints and environment variable
Provides the standardized format for container images that ensures interoperability between different build tools and runtimes.