I have created a container image on my machine (Mac). When testing it locally, all works fine. But the following does not work:
- Push the image to the Container Registry in IBM Cloud
- Create an application in Code Engine using the image
It produces this error:
exec /usr/local/bin/docker-entrypoint.sh: exec format error
I’ve looked in to the docker-entrypoint.sh and that seems to be ok. What is wrong? How do I address it?