Skip to content

[pull] main from bootc-dev:main#131

Merged
pull[bot] merged 1 commit into
TheTechOddBug:mainfrom
bootc-dev:main
Apr 2, 2026
Merged

[pull] main from bootc-dev:main#131
pull[bot] merged 1 commit into
TheTechOddBug:mainfrom
bootc-dev:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 2, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

… bug

Add a spinner during the capability check step and a status message
before the long-running installation, addressing issue #1270.

Also fix a latent bug: `bootc_has_clean` was called inside
`reinstall_command`, which runs `podman run <image>` and would
implicitly pull the image if not already cached locally. The flow is
now three clearly distinct phases:

1. Pull phase: `pull_if_not_present` explicitly pulls the image first,
   with a message so the user knows what is happening.
2. Capability check phase: `bootc_has_clean` is called after the image
   is guaranteed to be local, with a spinner labeled
   "Checking image capabilities...".
3. Install phase: `reinstall_command` is now a pure command builder
   that takes `has_clean: bool` as a parameter with no I/O side effects.

Fixes: #1270
Signed-off-by: Juan Gomez <1766933+judavi@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Apr 2, 2026
@pull pull Bot added the ⤵️ pull label Apr 2, 2026
@pull pull Bot merged commit f450cf3 into TheTechOddBug:main Apr 2, 2026
7 of 11 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant