containers / podman-desktop

Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.
https://podman-desktop.io
Apache License 2.0
4.53k stars 290 forks source link

Execute image push operation as a background process #8482

Open agiertli opened 4 weeks ago

agiertli commented 4 weeks ago

Is your enhancement related to a problem? Please describe

When I initiate "image push" operation, the pop up window is displayed. This pop up window does not displays any progress of the operation (if you execute push using cli, you see some progress).

Moreover, while the push operation is in the progress, the rest of the podman desktop is not accessible - one needs to wait for push to finish, which is cumbersome if you are pushing large images.

Describe the solution you'd like

Describe alternatives you've considered

No response

Additional context

No response

agiertli commented 4 weeks ago
issue

Attaching the problematic pop up window - no progress information displayed, window blocks the rest of the application, making it inaccessible while the push is going on,

slemeur commented 4 weeks ago

Thanks for the report @agiertli