Skip to content

Commit

Permalink
Fix CI error of tar files created on mac
Browse files Browse the repository at this point in the history
tar files created with mac computers are including a lsetxattr header that
docker engine doesn't seem to be able to handle, this just recreate the tar files
without such headers

See: moby/moby#47517
See: https://eclecticlight.co/2023/03/13/ventura-has-changed-app-quarantine-with-a-new-xattr/
Change-type: patch
  • Loading branch information
otaviojacobi committed Jul 12, 2024
1 parent b44ec75 commit b850e25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 0 deletions.
Binary file modified test/build/test-files/archives/failure-layers.tar
Binary file not shown.
Binary file modified test/build/test-files/archives/failure.tar
Binary file not shown.
Binary file modified test/build/test-files/archives/success.tar
Binary file not shown.

0 comments on commit b850e25

Please sign in to comment.