Can't push image to Amazon ECR - fails with “no basic auth credentials”

后端 未结 30 2071
旧巷少年郎
旧巷少年郎 2020-12-02 05:07

I\'m trying to push a docker image to an Amazon ECR registry. I\'m using docker client Docker version 1.9.1, build a34a1d5. I use aws ecr get-login --regi

30条回答
  •  情歌与酒
    2020-12-02 05:45

    we also encounter this issue today and tried everything mentionned in this post (except generating AWS credentials).

    We finally solved the problem by simply upgrading Docker, then the push worked.

    The problem was encountered with Docker 1.10.x and was solved with Docker 1.11.x.

    Hope this helps

提交回复
热议问题