containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

oci: fix blob-layer digest computation #300

Closed lucab closed 7 years ago

lucab commented 7 years ago

This fixes blob-layer digests in OCI images, by performing digest computation on the final gzip'd layers content as specified by current image-spec.

cgonyeo commented 7 years ago

Cool, thanks!

vbatts commented 7 years ago

:+1: