Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

images: use generic decompressor for calculating DiffID #5291

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

ktock
Copy link
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

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 <ktokunaga.mail@gmail.com>
@theopenlab-ci
Copy link

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.

None yet

3 participants