opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
828 stars 205 forks source link

add support for Accept/Content-Encoding header on PUSH #361

Closed ndeloof closed 1 year ago

ndeloof commented 1 year ago

This add support for client to push blobs with transport-compression, based on standard HTTP Content-Encoding header. Algorithms supported by registry can be detected as the upload URL is created, by Accept-Encoding header

fixes https://github.com/opencontainers/distribution-spec/issues/235