termoshtt / ocipkg

An OCI registry client for Rust desiged to use distribute static library as a "container"
Apache License 2.0
48 stars 8 forks source link

Multi-Layer container support #60

Open termoshtt opened 2 years ago

termoshtt commented 2 years ago

ocipkg 0.1.0 packs files and directories in a layer, and can only read single layer containers since this is enough if we only using ocipkg. However, we have to implement Applying changests to read general containers.