-
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
The configured platforms don't match the Docker Engine's OS and architecture #4283
Comments
At first i thought this is related to #4265 but the error message seems to suggest the os and architecture from
|
I am facing the same issue with version My output of
|
I can also confirm this.
The downgrade to 3.4.2 does also fix this for me as suggested by @giraone |
Thanks for filing this issue and apologies for the inconvenience! 3.4.3 explicitly throws an exception when the docker info stats don't match the os/arch of the image jib is trying to build to the local docker daemon. However, this PR should address the failure you are facing: #4268 and will be included in the next release. For now, please continue using 3.4.2 if this is blocking you. |
Due to the bug mentioned in [1], multiple developers cannot build the images on their Apple Silicon Macs. Downgrade to version 3.4.2 until the next version for the jib plugin is released. [1]: GoogleContainerTools/jib#4283 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
Due to the bug mentioned in [1], multiple developers cannot build the images on their Apple Silicon Macs. Downgrade to version 3.4.2 until the next version for the jib plugin is released. [1]: GoogleContainerTools/jib#4283 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
* Upgrade Test Resources This commit bumps the test resources version in order to fix integration with Control Panel. * Bump Micronaut version * Bump Micronaut versions in IT tests * Fix type conversion error * Bump to Test Resources 2.6.2 * micronaut 4.6.6 * Revert "micronaut 4.6.6" This reverts commit d1973ed. * Fix test * Downgrade Jib due to GoogleContainerTools/jib#4283 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com> Co-authored-by: Álvaro Sánchez-Mariscal <alvaro.sanchez-mariscal@oracle.com>
So has this been fixed with release 3.4.4, and can be closed? |
jib-maven-plugin 3.4.4 and jib-gradle-plugin 3.4.4 have been released (https://github.com/GoogleContainerTools/jib/releases) to address #4265 and #4265. Please let us know if you're running into any further issues! |
The second issue should have probably said #4283 (this issue), anyway thanks for confirming the fix! |
Environment:
Description of the issue:
When running
./gradlew jibDockerBuild
i get this error:Expected behavior:
The image should be built and pushed to the local docker daemon
Steps to reproduce:
I don't know how to reproduce this 100%, i've had it work before, and fail the next day, the OS doesn't seem to matter since i've had it happen on both windows and linux.
jib-gradle-plugin
Configuration:Log output: Above
The text was updated successfully, but these errors were encountered: