Hi,
Is ECR a supported Docker registry?
registry: "docker"
path: "xxxx.dkr.ecr.eu-west-1.amazonaws.com/cq_sophos"
When I do that, I get the following error:
Error: failed to pull Docker image: Error response from daemon: Head "https://xxx.dkr.ecr.eu-west-1.amazonaws.com/v2/cq_sophos/manifests/latest": no basic auth credentials
I can, however, do a docker pull xxx.dkr.ecr.eu-west-1.amazonaws.com/cq_sophos
, and that works fine. I can get around this by pulling the image before running cq
if I have to. I have also set the default region to see if that was the cause, but no joy.