This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
build error [125] on mac M2 #1842
Comments
iam also providing the complete trace of
|
@janpauldahlke : Perhaps you wanted to create issue on https://github.com/fabric8io/docker-maven-plugin? Do you have docker buildx plugin installed? |
Sorry i might have raised it in the wrong project. Will un/re-do. Thanks |
I gonna close, the error occured from docker buildx which itself recived a wrong flag as seen here |
for future readers: i found my solution here: fabric8io/docker-maven-plugin#1678 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
io.fabric8 docker-maven-plugin build error
Prerequisites:
java
is installeddocker
is installedmvn
is installed via brew and has sufficient permissionsWhile running
mvn clean install
to install our project there occurs an error for a subproject, which is in/distribution/docker
.The pom.xml section for the plugin looks like this:
Error is:
I also tried up- (0.43.0) and downgrading of the plugin. No success.
I also understood that
<platform>linux/arm64</platform>
would be correct for the my hardwares architecture.Any ideas? For my colleagues that to not work on Mac the build works.
Can anyone provide some help? Thanks in advance for your time reading this.
The text was updated successfully, but these errors were encountered: