I have a query, I build docker image locally ran it working fine. I pushed it to . . .

George Lazaroff:
Yes, exactly,then you may use it on all OS arch

unnivkn:
controlplane $ kubectl logs my-tomcat5
standard_init_linux.go:211: exec user process caused “exec format error”
controlplane $

unnivkn:
pls check this as well: https://stackoverflow.com/questions/58298774/standard-init-linux-go211-exec-user-process-caused-exec-format-error

George Lazaroff:
Yes, i had the same issue 2 years ago when I built image on Raspberry pi then I wanted to use it on amd64 arch haha

Ashutosh Pathak:
Thanks George I was able to build using docker buildx tool

George Lazaroff:
Great, Ashutosh, now everything should works as you expected. Also you may use git workflow to build your images with buildx, if you change something inside your Dockerfile, always the automation is better than manual process. :wink: