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

Clean filepaths in mutate.Extract #1106

Merged
merged 1 commit into from
Aug 13, 2021
Merged

Conversation

jonjohnsonjr
Copy link
Collaborator

When flattening a filesystem, we have to clean filepaths so that
we don't have duplicate filepaths in the resulting image, as per the OCI
spec (and tar-split throwing a fit if we don't do this).

When flattening a filesystem, we have to clean filepaths so that
we don't have duplicate filepaths in the resulting image, as per the OCI
spec (and tar-split throwing a fit if we don't do this).
@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2021

Codecov Report

Merging #1106 (5aee640) into main (bea59b9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1106   +/-   ##
=======================================
  Coverage   75.44%   75.44%           
=======================================
  Files         108      108           
  Lines        7692     7694    +2     
=======================================
+ Hits         5803     5805    +2     
  Misses       1334     1334           
  Partials      555      555           
Impacted Files Coverage Δ
pkg/v1/mutate/mutate.go 71.42% <100.00%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bea59b9...5aee640. Read the comment docs.

@jonjohnsonjr jonjohnsonjr merged commit f9a1886 into google:main Aug 13, 2021
@jonjohnsonjr jonjohnsonjr deleted the filepaths branch August 13, 2021 18:06
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