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

Fix CI error of tar files created on mac #53

Closed
wants to merge 2 commits into from
Closed

Conversation

otaviojacobi
Copy link
Contributor

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

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
@otaviojacobi
Copy link
Contributor Author

@thgreasi The current failing tests are should build without "platform" flag (v1 manifest) and should build without "platform" flag (v1 manifest) for multi-stage builds which currently fail with engine error:

error: Error: [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/resin/amd64-supervisor:v1.7.0-30-g8101d0 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/

So we need to either do a major bump deprecating them in this package or somehow enable format v1/manifest v2 on the CI runners

@otaviojacobi otaviojacobi marked this pull request as draft July 12, 2024 18:20
@otaviojacobi otaviojacobi force-pushed the fix-ci branch 2 times, most recently from 1e9afb9 to 6634200 Compare July 12, 2024 18:24
@otaviojacobi otaviojacobi requested review from dfunckt, thgreasi and pipex and removed request for pipex July 12, 2024 18:24
@otaviojacobi otaviojacobi force-pushed the fix-ci branch 2 times, most recently from b73b538 to adbcbd7 Compare July 12, 2024 18:30
Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release.

Change-type: major
@otaviojacobi
Copy link
Contributor Author

superseded by #52

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.

1 participant