podman-desktop / extension-layers-explorer

An extension for Podman Desktop to explore files in Images layers
Apache License 2.0
5 stars 2 forks source link

Feature request: Status of how many layers it's loading? #33

Open cdrage opened 3 months ago

cdrage commented 3 months ago

I have a super-large (10GB) private container image that I use with bootc:

Screenshot 2024-08-21 at 10 58 47 AM

I find that the loading takes a long time, a good 70 seconds.

Any way to calculate how many layers there are on initial loading and have a progress bar of say.. loading 1 of 20 layers or something?

feloy commented 3 months ago

Yes, I would like to add such information. For this, the Podman Desktop API will need to be extended to be able to have some feedback information from the extension.