The Wayback Machine - https://web.archive.org/web/20251014182550/https://github.com/docker/buildx/pull/2876
Skip to content

Conversation

tonistiigi
Copy link
Member

Because of the bugs in the logic of how layer progress is throttled the last event may never be written, leaving behind incomplete output like

 => importing to docker                                                                                   0.9s
 => => loading layer f0074c45c2c0 190B / 190B                                                             0.9s
 => => loading layer 0e8819756174 393.22kB / 38.08MB                                                      0.8s
 => => loading layer 63ec8d9b4ac7 144B / 144B                                                             0.0s

Fix by always updating the current values, even if an event is initially throttled and not shown, plus make sure it always gets updated in the map.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@tonistiigi tonistiigi merged commit 206bd6c into docker:master Jan 2, 2025
122 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.

2 participants