docker / docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores
MIT License
1.06k stars 169 forks source link

failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error: #254

Open amrsa1 opened 1 year ago

amrsa1 commented 1 year ago

after i have installed docker desktop on my Ubuntu i keep getting

failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error: code = Unknown desc = error getting credentials - err: exit status 1, out: `error getting credentials - err: exit status 1, out: `exit status 2: gpg: decryption failed: No secret key

when i cancel entering the openPGP secret key, which i dont have.

any idea how i can fix this issue

animeshn99 commented 1 year ago

Hi @amrsa1, Just change the filename from 'dockerfile' to 'Dockerfile'. D will be in uppercase.

Caio-Mendonca commented 9 months ago

Hi, I'm using Dockerfile with upercase and lowercase but my error persist

amrsa1 commented 9 months ago

Hi @amrsa1, Just change the filename from 'dockerfile' to 'Dockerfile'. D will be in uppercase.

Didnt help, unfortunately