containerd/images
ktock c54d92c79d image: use generic decompressor for calculating DiffID
Currently, `image.GetDiffID` cannot calculate DiffID of zstd layers because it
directly uses `compress/gzip` decompressor.
This commit fixes this issue by using the generic decompressor.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2021-03-31 10:21:47 +09:00
..
archive export: add --skip-non-distributable 2021-01-01 06:32:01 +09:00
converter Fix exported comments enforcer in CI 2021-03-12 08:47:05 -08:00
annotations.go Use a single custom annotation for export 2019-05-21 17:21:26 -07:00
diffid.go image: use generic decompressor for calculating DiffID 2021-03-31 10:21:47 +09:00
handlers.go Set content labels based on content type 2020-07-21 00:46:07 -07:00
image.go docs: Various typo found by codespell 2020-12-22 13:22:16 +08:00
importexport.go Refactor image importer 2018-09-14 14:21:26 -07:00
mediatypes.go add imgcrypt stream processors to the default config 2021-03-15 13:27:16 +09:00