-
Notifications
You must be signed in to change notification settings - Fork 5
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 Metadata Handling and Manifest Creation for Multi-Architecture Docker Builds #7
Fix Metadata Handling and Manifest Creation for Multi-Architecture Docker Builds #7
Conversation
You truly caught the issue with your commit related to architectures, it was here: As there was many other changers that were irrelevant, I have ended up making the changes directly into master, here are the commits:
You can check out here that it worked: I am going to close the PR as it is working on master. Thanks for your catch mate. |
This PR resolves issues related to metadata handling, manifest creation, and multi-architecture Docker image builds in the CI/CD pipeline. The following key improvements have been made:
jq
to correctly extract and format tags from the metadata JSON, ensuring that tags are properly applied during manifest creation.amd64
and386
platforms is maintained, and other platforms such asarm/v7
,arm64
, andppc64le
are prepared for future inclusion once issues are resolved.This PR aims to fix build and push issues, particularly when creating multi-architecture manifests for the Docker registry.
@viferga