Skip to content
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

Error load metadata for docker.io/library/alpine:3.15 #118

Closed
kywch opened this issue Oct 4, 2022 · 2 comments
Closed

Error load metadata for docker.io/library/alpine:3.15 #118

kywch opened this issue Oct 4, 2022 · 2 comments

Comments

@kywch
Copy link

kywch commented Oct 4, 2022

Hello, thank you @AbdBarho for making this wonderful docker!

I'm a novice docker user, and I encountered the below error while running the first command docker compose --profile download up --build.

=> ERROR [internal] load metadata for docker.io/library/bash:alpine3.15
------
 > [internal] load metadata for docker.io/library/bash:alpine3.15
------
failed to solve: rpc error: code = Unknown desc = 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: `GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files`

I solved this issue by the following comment

  1. Create an account on 'https://hub.docker.com/'
  2. Run in terminal: 'docker login'
  3. Authorized in terminal
  4. Try run docker build again

And both the download and ui (auto) builds ran well.

Thank you!

@AbdBarho
Copy link
Owner

AbdBarho commented Oct 5, 2022

Might be related to #56

A docker account is not necessary for downloading and running this app. maybe there is some sort of misconfiguration in your docker setup that led to this.

Anyway, glad it worked.

@kywch kywch closed this as completed Oct 6, 2022
@hmartiro
Copy link

hmartiro commented Oct 9, 2022

I ran sudo apt install gnome-keyring per microsoft/vscode-docker#1515 and this worked for me on Ubuntu Bionic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants