Samuel Karp
Samuel Karp
> A) docker still tries to get credentials for a repo not related to what we are trying to build (docker issue) Yep, and that is covered in your issue...
Thanks, so it sounds like you're using both the environment variables credentials handler and the IMDS credentials handler. I want to make sure that changing the timeout here doesn't break...
As a workaround, you can block that particular IP address locally: ``` sudo route add -host 169.254.169.254 reject ``` Blocking the IP address should cause the lookup to fail immediately,...
Yes, I don't want to remove any of the credential handlers from the chain, but hopefully customize the IMDS provider to shorten the timeout.
https://github.com/aws/containers-roadmap/issues/299 is the issue in the roadmap tracking general support for custom domains in ECR.
Hey @ronkorving, thanks for opening this issue! The credential helper today does require a bit of hands-on work to start using it, which is unfortunate. Early on when building the...
Hey @aaronsteers, my apologies for the delay here. For Windows, it might be easiest to direct folks to download one of our prebuilt binaries from the [Releases page](https://github.com/awslabs/amazon-ecr-credential-helper/releases). If you...
Opened https://github.com/awslabs/amazon-ecr-credential-helper/issues/139 for failing CI, which is unrelated to the changes on this branch.
Hi @stilvoid, thank you for taking a look! > Yes, we should be able to do this without classic by using the personal-files interface. Is `personal-files` new? I hadn't seen...
> Can snaps even do that? The man page wouldn't be able to live under /usr/share/man so I'm not sure how man would index them. Have you seen an example...