My own image public.ecr.aws/f6q1r4v8/amazonlinuxwithshell:latest
fails to start on AWS (FARGATE) in a very weird way:
Last status Stopped
Stopped reason CannotPullContainerError: inspect image has been retried 5 time(s): failed to resolve ref "public.ecr.aws/f6q1r4v8/amazonlinuxwithshell:latest": failed to do request: Head https://public.ecr.aws/v2/f6q1r4v8/amazonlinuxwithshell/manifests/latest: dial t...
Note that awslogs remain empty (despite with an earlier version of my image they were not empty).
What's wrong, how to make it work?