mirror of
https://github.com/moby/buildkit.git
synced 2026-08-11 09:35:02 +00:00
Before this, the worker's FromRemote method only partially intialized progress controllers, leaving out the vertex digest. This meant that only status updates would be sent and vertex start/stops would not be sent. Signed-off-by: Erik Sipsma <erik@sipsma.dev>