Skip to content

vendor: github.com/moby/go-archive v0.1.0#6011

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:bump_archive
Apr 16, 2025
Merged

vendor: github.com/moby/go-archive v0.1.0#6011
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:bump_archive

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

full diff: moby/go-archive@21f3f33...v0.1.0

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

Comment on lines -77 to +78
readCloser, err := archive.Tar(srcDir.Path(), archive.Uncompressed)
readCloser, err := archive.Tar(srcDir.Path(), compression.None)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could also be archive.TarWithOptions(srcDir.Path(), nil) (default is "uncompressed")

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 16, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cli/command/image/build/context.go 66.66% 1 Missing ⚠️
cli/command/plugin/create.go 66.66% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

full diff: moby/go-archive@21f3f33...v0.1.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah added this to the 28.1.0 milestone Apr 16, 2025
@thaJeztah thaJeztah marked this pull request as ready for review April 16, 2025 11:12
@thaJeztah thaJeztah requested review from Benehiko and vvoland April 16, 2025 11:31
@thaJeztah thaJeztah merged commit 129ab99 into docker:master Apr 16, 2025
87 checks passed
@thaJeztah thaJeztah deleted the bump_archive branch April 16, 2025 11:40
@thaJeztah thaJeztah self-assigned this May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants