You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: failed to solve: python:3.10: failed to resolve source metadata for docker.io/library/python:3.10: error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
I've found this issue while trying to build a docker image. But I've found a way to make it work.
here's a way to fix it:
Within ~/.docker/config.json, if you rename "credsStore" to => "credStore" it will build with no issue. I'm not exacly sure why, but it works.
The text was updated successfully, but these errors were encountered:
ERROR: failed to solve: python:3.10: failed to resolve source metadata for docker.io/library/python:3.10: error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
I've found this issue while trying to build a docker image. But I've found a way to make it work.
here's a way to fix it:
Within ~/.docker/config.json, if you rename "credsStore" to => "credStore" it will build with no issue. I'm not exacly sure why, but it works.
The text was updated successfully, but these errors were encountered: