Hi everyone, I'm trying to use an image that is in a private ECR, I tested the connectivity between my machine and the ECR using telnet and it's ok, however when I run a docker build I get the message "no route to host"
Error message
ERROR: failed to solve: xxx.dkr.ecr.sa-east-1.amazonaws.com/my-image:latest: failed to do request: Head "
https://xxx.dkr.ecr.sa-east-1.amazonaws.com/v2/my-image/manifests/latest": dial tcp xxx.xxx.xxx.x:443: connect: no route to host
I'm using rancher desktop 1.12.3 with no administrative access in a Mac Book Pro (Intel)
Would anyone have any idea how to resolve this?