-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Feature] Multi Platform Images #52
Comments
Facing this issue:
arm tagged images are actually amd images |
Hey, this is fixed, i've saved the Build to use the correct arm based instance type now. Thanks for letting me know, apologies! |
|
Hello, I'm working on making my Node application compatible with both Here’s the usual process I follow: Step 1: Set up Docker BuildxEnsure that buildx is available and initialized. If buildx isn’t already enabled in Docker, you can enable it by running:
Step 2: Build Multi-Platform ImageUse the following command to build and push a multi-platform image
Explanation of Flags
I managed to accomplish everything (100%) with Komodo, except for the creation of the builder, using IssueThe build status fails during the final push step on the builder.
You can also remove push --all-tags; with a normal build, it was also re-pushing all tags if a tag was deleted from the Docker registry. |
Excellent write up @arevindh, thank you. |
@arevindh Per your suggestion, it will just use |
Why make users have to specify their architecture with a different image tag? Multi platform images can solve this issue.
https://docs.docker.com/build/building/multi-platform/
The text was updated successfully, but these errors were encountered: