-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Impossible to build amd-64 docker on Mac M3 machine #4265
Comments
@borisgob Thanks for filing this issue! Would you be able to share more information on your jib configuration and the error you are currently running into? |
Same issue on Mac M1 after updating to InfoAbout the base image used : only available for About plugin configuration: nothing special
Error message from
In debug mode:
|
Plugin definition
The error I get: |
Getting exactly the same problem running the gradle plugin on M3 for 3.4.3. After reverting to 3.4.2 things work again. Physically setting the platform (in from.platforms) does not help. |
Same Issue here with 3.4.3, but on Ubuntu x86 with podman instead of docker: |
Thank you for the context, all, We're looking into reproducing this issue locally. @hhedin Could I get a bit more information on the ostype and architecture of your local podman/docker environment? Through Additionally, @borisgob and @pierCo could we also get more information on the docker version you are currently using? |
The result is: |
@mpeddada1 Closest I can get is Like @borisgob I don´t really understand the purpose of this check. If there is a case to cover here that we don't understand, perhaps it could be opt-in or at least opt-out? This feels like a breaking change/added feature and would perhaps be better suited as a 3.5.x release and not 3.4.x in my opinion. |
Requested info:
|
Not just Mac, I cannot build my Amazon Linux based docker image on my Linux laptop anymore, same error. And works with 3.4.2 fails with 3.4.3
jib {
from {
image = 'amazoncorretto:21-al2-jdk'
}
|
@mpeddada1 , when do you expect the fix, when priority is P1? |
@mpeddada1 why is this issue closed? The problem is still there (just tried to build on Mac using jib-maven-plugin 3.4.3). |
@zasran the fix for this issue has been merged (#4268). I think github's feature of adding "Fixes ..." in the description automatically closes the connected issue. It will be introduced in the upcoming release but we're working on addressing one more issue before going ahead with it. Until then, please continue using 3.4.2. We appreciate your patience on this! |
Hi @mpeddada1 , 2 months pass already. Are you going to release this fix? |
@mpeddada1, another month... |
I'm fairly certain prodding maintainers in the comments, thereby sending out empty pings to all who watch the issue, is not going to speed up anything. ;) |
Starting 3.4.3 version of
jib-maven-plugin
it is not possible to build amd-64 image on Mac with Mx chip (arm-64)I didn't find a setting, that fix it. There is no problem with 3.4.2 version.
The text was updated successfully, but these errors were encountered: