project-stacker / stacker

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

fix: handle unix.EACCES error also #607

Closed rchincha closed 7 months ago

rchincha commented 7 months ago

CI failures indicate that this could be another error code that needs to be handled.

https://github.com/project-stacker/umoci/pull/7

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 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.43%. Comparing base (77e452a) to head (b8916b1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #607 +/- ## ========================================== + Coverage 55.79% 57.43% +1.64% ========================================== Files 65 65 Lines 7709 7709 ========================================== + Hits 4301 4428 +127 + Misses 2627 2525 -102 + Partials 781 756 -25 ```

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