creamy-stone-99746
05/22/2024, 5:48 PMimage="<http://317761725162.dkr.ecr.us-west-1.amazonaws.com/python:3.11|317761725162.dkr.ecr.us-west-1.amazonaws.com/python:3.11>"
which is exactly the dockerhub image just in our ECR the pods all have the error
exec /usr/bin/bash: exec format error
but if I use
image="python:3.11"
from the docker hub (which I pulled and uploaded into our registry)
it works as expected.
Any help would be greatly appreciated