-
Notifications
You must be signed in to change notification settings - Fork 90
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
Image does not show up in search? #819
Comments
Which version of cockpit-podman do you use? As far as I can see it's only available in ubuntu 20.10 and higher |
Giving you the instructions I followed (did a writeup of various sources) but to answer your actual question; Setting up podman and cockpit-podmanInstall podman on Ubuntu 20.04sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" Src: https://www.vultr.com/docs/how-to-install-and-use-podman-on-ubuntu-20-04 Install cockpit-podman on Ubuntu 20.04Download current stable release here: Src: #481 |
Thanks for the information, I can see the issue locally as well. Searching for grafana in cockpit-podman gives a different result list then when searching on docker.io.
I can reproduce the issue here too, and it can be reproduced with
I can't find that image so it's an interesting issue!
In podman searching with a slash (/) in a search query makes podman treat everything for the slash as a search registry. so you can search for example using
The registry for docker should be |
I've asked the podman team and unfortunately it's not simple to improve the container registry search as we are dependent on the registry for search results. |
Thank you for checking! I guess the workaround would be to pull the image using So it can't be found and therefore not downloaded even with an absolute "path" to the image? I will try pulling it tomorrow using the command above. Thanks again for confirming the issue / Karl |
Hello,
Sorry if this is a stupid question, quite new with Linux and also w. cockpit and cockpit-podman.
Anyway I have installed podman and cockpit-podman on Ubuntu 20.04 and was looking to pull the "main-ubuntu"-release of "grafana/grafana" as per here:
https://hub.docker.com/r/grafana/grafana/tags
so the image is called "grafana/grafana" or "grafana" by "grafana" and the "tag" should be "main-ubuntu".
However I tried both (in cockpit-podman);
Search for: "grafana"
Tag: "main-ubuntu"
yields a lot of results but I can't find the release by "grafana"
Search for: "grafana/grafana"
Tag: "main-ubuntu"
results in no hits at all.
index.docker.io and hub.docker.com both have the image;
https://hub.docker.com/r/grafana/grafana
https://index.docker.io/search?q=grafana&type=image
^ Nope index.docker.io SEEMS to have it but when actually clicking on it you get a 404. Weird. hub.docker.com has it however.
^^ I can search in both registries w.o being logged in (thought about that might be an issue where it only return results when you are authenticated but that wasn't it).
Err...am I missing something?
I tried to adding "hub.docker.com" to "/etc/containers/registries.conf" but it then fails when searching in that registrary with:
Error message: Failed to search for images: 1 error occurred: * couldn't search registry "hub.docker.com": pinging container registry hub.docker.com: invalid status code from registry 404 (Not Found)
Grateful for any pointers - Karl
The text was updated successfully, but these errors were encountered: