-
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
Download failures of container image not shown #914
Comments
What do you mean with No shell means http://${podmanHost}:9090/cockpit/@localhost/podman/index.html |
We open a single module as the
This means we do not host no |
Just setup my RPI with Fedora server, creating a new container and selecting
There is an error shown which we don't handle. |
In 7b29541 we introduced the 'pull latest image' option which changed the onDownloadContainerFinished function but the pullImage's catch wasn't updated. Causing the download to stay forever when it fails and no error message being shown. Closes cockpit-project#914
In this case, will the download now show an error or just 'finish' downloading? |
As podman doesn't give error codes, this is the best we can do: Fixed in #916 should be in the release next week. |
OK, better than nothing. But very UI unfriendly |
I agree, I hope podman can implement optional filtering of architecture then we can use that in cockpit-podman |
Note that I currently do not have time to implement it but the summary here should give a good starting point on what needs to be done. Again the warning that such client-side filtering can be very slow/expensive. Unfortunately, the search endpoints on registries do not support such filters. |
We are hosting the podman view as a frame, and therefore do not have the
shell
available to us. This might be the problem, but when ewe download an image that is not actually available for the target #913 we aren't informed of a failure.Originally posted by @gbraad in crc-org/tray-electron#135 (comment)
The text was updated successfully, but these errors were encountered: