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

Reproducible pack/unpack #39

Open termoshtt opened 2 years ago

termoshtt commented 2 years ago

https://github.com/opencontainers/image-spec/blob/7b36cea86235157d78528944cb94c3323ee0905c/config.md

Layers SHOULD be packed and unpacked reproducibly to avoid changing the layer DiffID, for example by using tar-split to save the tar headers.

How should we realize this in this project?