You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest adding new algorithms sha256+gunzip and sha256+unzstd.
These algorithms compute the digest after uncompressing the blob.
The digests are stable regardless to the parameters of the compression algorithm (e.g., deflate block size) and should be useful for reproducible image building.
The text was updated successfully, but these errors were encountered:
IMO we should not add this as a new digest algorithm, but have manifests reference the uncompressed content and leave compression as an implementation detail of transport/storage.
https://github.com/opencontainers/image-spec/blob/v1.0.2/descriptor.md#registered-algorithms
I suggest adding new algorithms
sha256+gunzip
andsha256+unzstd
.These algorithms compute the digest after uncompressing the blob.
The digests are stable regardless to the parameters of the compression algorithm (e.g., deflate block size) and should be useful for reproducible image building.
The text was updated successfully, but these errors were encountered: