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

multi-arch docker builder #3138

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

multi-arch docker builder #3138

wants to merge 4 commits into from

Conversation

advaita-saha
Copy link
Contributor

The changes ensure that we dynamically tag our images based on the branch name and a short commit SHA while also addressing the push-by-digest error that occurred with plain tags. The workflow now builds multi-architecture images (amd64 and arm64) and creates a manifest list that includes two variants for each build: one tagged with the branch name (e.g., master) and one with the branch name concatenated with the short SHA (e.g., master-abcdef0).

@advaita-saha advaita-saha requested review from kdeme and tersec March 13, 2025 17:40
@advaita-saha
Copy link
Contributor Author

advaita-saha commented Mar 13, 2025

Once merged, a follow up PR would be to hive, for leveraging the extremely fast build times as per other client standards
For now omitting builds for macos/arm64 as the github runner is flakey and doesn't support docker natively

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