Skip to content

images: use generic decompressor for calculating DiffID#5291

Merged
mxpv merged 1 commit intocontainerd:masterfrom
ktock:generic-diff
Mar 31, 2021
Merged

images: use generic decompressor for calculating DiffID#5291
mxpv merged 1 commit intocontainerd:masterfrom
ktock:generic-diff

Conversation

@ktock
Copy link
Copy Markdown
Member

@ktock ktock commented Mar 31, 2021

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.

@ktock ktock changed the title image: use generic decompressor for calculating DiffID images: use generic decompressor for calculating DiffID Mar 31, 2021
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Mar 31, 2021

Build succeeded.

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 <[email protected]>
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Mar 31, 2021

Build succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants