1 Repo
The process of packaging filesystem changesets into compressed or uncompressed archive blobs.
Distinct from Change Serialization: Specific to the packaging of container filesystem layers rather than general document state patches.
Explore 1 awesome GitHub repository matching data & databases · Filesystem Layer Serialization. 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
Defines how filesystem additions and removals are packaged into archive blobs for distribution.