我正在尝试从我的 ecr 存储库以及使用 Nomad 的 dockerhub 中提取图像。问题是,如果我自己不提取这些图像,Nomad 将不会提取它们并会抱怨错误:
Failed to find docker auth for repo "envoyproxy/envoy": docker-credential-ecr-login with input "envoyproxy/envoy" failed with stderr: exit status 1
它可以轻松拉取 ECR 图像,但我部署的 sidecar 或非 ecr 图像(例如 postgres)所需的图像不会以相同的错误拉取。有没有其他人遇到同样的问题?