AWS AmazonECR documentation change
Summary
Updated GitHub issue link reference for wincred credential manager bug
Security assessment
Link correction without security impact. Documents a known workaround but doesn't address new security aspects.
Diff
diff --git a/AmazonECR/latest/userguide/common-errors-docker.md index 5f97e3eea..9cb416bcb 100644 --- a/AmazonECR/latest/userguide/common-errors-docker.md +++ b/AmazonECR/latest/userguide/common-errors-docker.md @@ -85 +85 @@ Bug in `wincred` credential manager -Some versions of Docker for Windows use a credential manager called `wincred`, which does not properly handle the Docker login command produced by **aws ecr get-login-password** (for more information, see [https://github.com/docker/docker/issues/22910](https://github.com/docker/docker/issues/22910)). You can run the Docker login command that is output, but when you try to push or pull images, those commands fail. You can work around this bug by removing the `https://` scheme from the registry argument in the Docker login command that is output from **aws ecr get-login-password**. An example Docker login command without the HTTPS scheme is shown below. +Some versions of Docker for Windows use a credential manager called `wincred`, which does not properly handle the Docker login command produced by **aws ecr get-login-password** (for more information, see [`CredsStore` fails with private repositories](https://github.com/moby/moby/issues/22910)). You can run the Docker login command that is output, but when you try to push or pull images, those commands fail. You can work around this bug by removing the `https://` scheme from the registry argument in the Docker login command that is output from **aws ecr get-login-password**. An example Docker login command without the HTTPS scheme is shown below.