containers / podman-desktop-extension-bootc

Support for bootable OS containers (bootc) and generating disk images
Apache License 2.0
406 stars 14 forks source link

Implement correct progress for Linux builds #698

Open cdrage opened 1 month ago

cdrage commented 1 month ago

Is your enhancement related to a problem? Please describe

Related to https://github.com/containers/podman-desktop-extension-bootc/issues/677 as well as comment here: https://github.com/containers/podman-desktop-extension-bootc/pull/684#discussion_r1700123492

Describe the solution you'd like

For Linux builds we are running the CLI command vs native podman desktop API.

We should in an asynchronous process do continuous reading of the log file so we have similar progress as using it on macOS / Windows using logcontainer.

Describe alternatives you've considered

No response

Additional context

No response