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

no registries found #790

Open
2-www opened this issue Apr 21, 2024 · 2 comments
Open

no registries found #790

2-www opened this issue Apr 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@2-www
Copy link

2-www commented Apr 21, 2024

i have the flatpak on debian

the gui says "no registries found" when i try to download an image, but the cli works (podman pull ubuntu, for example)

@2-www 2-www added the bug Something isn't working label Apr 21, 2024
@wvovaw
Copy link

wvovaw commented Jun 1, 2024

@2-www I just faced the same issue and luckily got it solved. Here's what I did

  1. created ~/.config/containers/registries.conf with the following content
unqualified-search-registries = ["docker.io", "quay.io"]

[[registry]]
location = "docker.io"
prefix = "*.docker.io"
insecure = false
blocked = false

This didn't work until I

  1. downloaded an image via cli
podman pull redis

After this I'm able to search and install images right in the app

@2-www
Copy link
Author

2-www commented Jun 1, 2024

i don't want podman cli to automatically go to docker inc, i just want to select images in gui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants