Hi,
Why not using Jib?
https://github.com/GoogleContainerTools/jib/tree/master
regards,
François
On 08/01/2024 19:36, Steinar Bang wrote:
Jean-Baptiste Onofré <[email protected]>:
Hi Steinar
Let me check about the image type.
Did you find out anything?
The docker-maven-plugin I've been using (the one created by spotify),
was abandoned a couple of years back:
https://github.com/spotify/docker-maven-plugin
So I've been trying to to use a docker-maven-plugin that is maintained:
https://github.com/fabric8io/docker-maven-plugin
I've succeeded in building a sonar-collector docker image using the new
docker-maven-plugin, but I end up with an arm64 image here as well (even
though I'm building and running on amd64):
https://github.com/fabric8io/docker-maven-plugin/issues/1739#issuecomment-1881260436