Skip to content

fix(desktop): refresh the scanner image when the registry has a newer one - #751

Open
haksungjang wants to merge 1 commit into
mainfrom
fix/desktop-image-autorefresh
Open

fix(desktop): refresh the scanner image when the registry has a newer one#751
haksungjang wants to merge 1 commit into
mainfrom
fix/desktop-image-autorefresh

Conversation

@haksungjang

Copy link
Copy Markdown
Member

Summary

  • The desktop app only checked that the scanner image was present locally, never that a newer one existed on the registry, so a release after the first pull was never picked up automatically.
  • The app now checks for an update in the background on every boot and switches to the pull-progress screen only if a download actually starts; a failed check is ignored and boot continues on the local image.

Test plan

  • node --test test/*.test.mjs (40/40 passing)
  • npm run test:smoke (playwright), including a local forced run of the Linux-only boot-recovery spec
  • CI (blocked by the current billing lock on Actions)

… one

The desktop app pulled ghcr.io/sktelecom/bomlens:latest once and afterward
only checked that an image was present locally, never that a newer one
existed on the registry — so a release after the first pull was silently
never picked up. Now the app checks for an update in the background on
every boot (short stall timeout, ignored on failure) and switches to the
existing pull-progress screen only if a download actually starts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant