mirror of
https://github.com/moby/buildkit.git
synced 2026-08-11 01:24:03 +00:00
This patch fixes a stack overflow panic by calling Do in a loop instead of relying on recursion, with an added exponential backoff which errors out if greater than 3 seconds. Signed-off-by: Tibor Vass <tibor@docker.com>