-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-credential-ecr-login breaks OSX network connection forces reboot #381
Comments
Alternative to Also used this to confirm the issue is not in First you need aws to work, use
Pass the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to
If using SSO you need to login, your login method probably will be different but for me it is
Then login into Docker with the aws credentials
|
This is really surprising to be honest. The helper shouldn't have this level of power... |
@andrericardo Yeah, we had to adopt a similar workaround and did not uncover a root-cause for this. Any chance you've made progress? |
I had to upgrade my OSX version
Brew installed
Docker.app installed one
Also I've cloned this repository and now can run Got the same |
docker-credential-ecr-login breaks OSX network connection, the only way I found so far to recover is to reboot the laptop.
All hardware network devices disappear eg
networksetup -listallhardwareports
no longer works, also have a screenshot below from Network Preferences.The issue is so weird and hard to believe that made three videos and attached.
Steps to replicate, setup
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
Then run
docker-credential-ecr-login list
The command
docker-credential-ecr-login get <<< 087665217675.dkr.ecr.eu-west-1.amazonaws.com
also causes this issue.Is there a cached file somewhere that could be causing this? I've removed and reinstalled docker-credential-ecr-login already.
Any help just on how to kill
docker-credential-ecr-login
and/or recover network connection would be useful.docker-credential-ecr-login-break-network.mov
To prove it was not just one time fluke
docker-credential-ecr-login-break-network-again.mov
Third time with clean
~/.ecr
and logging on~/.ecr/log/ecr-login.log
docker-credential-ecr-login-break-network-again-with-logs.mov
ecr-login.log
The text was updated successfully, but these errors were encountered: