Multi-Arch support
See original GitHub issueDescription
I followed the multi-arch example with buildx but it seems like this is not released yet as the example shows a snapshot version of docker-maven-plugin. When will be the new version released with Multi-Arch build support? Thanks!
-
docker-maven-plugin version : 0.39.1
-
Maven version (
mvn -v
) : 3.8.2 -
Docker version : 20.10.14 (Docker Desktop 4.8.2)
-
If it’s a feature request, what is your use case : Multi-arch support using buildx or any other prescribed methods
Issue Analytics
- State:
- Created a year ago
- Comments:8
Top Results From Across the Web
Ubuntu – Details of package multiarch-support in bionic
Download multiarch-support. Download for all available architectures. Architecture, Version, Package Size, Installed Size, Files. amd64, 2.27-3ubuntu1 ...
Read more >Debian -- Details of package multiarch-support in buster
This is a transitional package used to ensure multiarch support is present in ld.so before unpacking libraries to the multiarch directories.
Read more >Multiarch-support Download (DEB) - Pkgs.org
Download multiarch-support packages for Debian, Ubuntu.
Read more >How to install multiarch-support on Ubuntu budgie 21.10?
where multiarch-support is not installed so I'm trying to install it through terminal but I don't know how. Misso January 15, 2022, 10:21am...
Read more >Ubuntu 20.04 | Community Forums | CrossOver Support
Done This package is uninstallable [b]Dependency is not satisfiable: multiarch-support[/b]. sudo dpkg --add-architecture i386 has no effect.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @rohanKanojia Thanks for the latest build with the fix. I tried it and the project builds fine now with buildx configuration. I provided
linux/amd64,linux/arm64
under buildx platform and I can see that generated DOCKER command has both but when I look up the manifest, it only showsamd64
as the os architecture. Am I missing something here?@viragtripathi : You can build
0.40-SNAPSHOT
version locally to try it out.I’ll try to release 0.40.0 this weekend.