I'm trying to build an updated docker image for my sonar-collector
project, based on the official karaf 4.4.4 image:
 https://github.com/steinarb/sonar-collector

However even though I'm building the docker image on an amd64 debian
12.4 "bookworm" system, the resulting docker image seems to be an arm64
image:

sb@lorenzo:~/workspaces/ws02/sonar-collector/docker$ docker run -p 8101:8101 -p 
8181:8181  -e "JDBC_USER=karaf" -e "JDBC_USER=karaf" -d 
steinarb/sonar-collector:latest
WARNING: The requested image's platform (linux/arm64/v8) does not match the 
detected host platform (linux/amd64) and no specific platform was requested
af9714a5cf090b509daf70596fa0f7b7828ea92c90e3225a2705ad83ef45bdca
sb@lorenzo:~/workspaces/ws02/sonar-collector/docker$

Is the karaf 4.4.4 official image arm64 only?

Or is there a different reason I'm ending up with an arm64 image?

According to google search results it shouldn't be neccessary to specify
the platform if the desired platform is the same as docker is running
on...?

Thanks!


- Steinar

Reply via email to