project-stacker / stacker

Build OCI images natively from a declarative format
https://stackerbuild.io
Apache License 2.0
201 stars 34 forks source link

fix: remove superfluous userxattr whiteouts #629

Closed rchincha closed 2 months ago

rchincha commented 3 months ago

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.

Project coverage is 13.57%. Comparing base (8fbf329) to head (1d2e593).

Files Patch % Lines
pkg/overlay/pack.go 0.00% 23 Missing :warning:
pkg/overlay/overlay-dirs.go 0.00% 1 Missing :warning:
pkg/stacker/build.go 0.00% 1 Missing :warning:

:exclamation: There is a different number of reports uploaded between BASE (8fbf329) and HEAD (1d2e593). Click for more details.

HEAD has 3 uploads less than BASE | Flag | BASE (8fbf329) | HEAD (1d2e593) | |------|------|------| ||4|1|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #629 +/- ## =========================================== - Coverage 57.39% 13.57% -43.83% =========================================== Files 65 41 -24 Lines 7729 6277 -1452 =========================================== - Hits 4436 852 -3584 - Misses 2535 5292 +2757 + Partials 758 133 -625 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.