docker-credential-helpers
docker-credential-helpers copied to clipboard
failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error:
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
Hi @amrsa1, Just change the filename from 'dockerfile' to 'Dockerfile'. D will be in uppercase.
Hi, I'm using Dockerfile with upercase and lowercase but my error persist
Hi @amrsa1, Just change the filename from 'dockerfile' to 'Dockerfile'. D will be in uppercase.
Didnt help, unfortunately