Skip to content

fix(builder): suppress duplicate image pull progress lines in build log#2595

Merged
yangkaa merged 1 commit into
goodrain:mainfrom
yangkaa:fix/build-log-progress
Jun 12, 2026
Merged

fix(builder): suppress duplicate image pull progress lines in build log#2595
yangkaa merged 1 commit into
goodrain:mainfrom
yangkaa:fix/build-log-progress

Conversation

@yangkaa

@yangkaa yangkaa commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

ShowProgress ticked every 100ms and emitted a log line for every job on every tick, flooding the event log with identical resolving/waiting lines. Only emit a line when a ref's status or offset/total actually changes, and relax the ticker to 500ms.

ShowProgress ticked every 100ms and emitted a log line for every job on
every tick, flooding the event log with identical resolving/waiting
lines. Only emit a line when a ref's status or offset/total actually
changes, and relax the ticker to 500ms.
@yangkaa yangkaa merged commit 2f63cb1 into goodrain:main Jun 12, 2026
2 of 3 checks passed
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