mirror of
https://github.com/moby/buildkit.git
synced 2026-07-04 21:57:15 +00:00
This allows a frontend to request a specific for stubs removal. By default, if not specified, this will revert to the previous behaviour. New gateway clients however will set the property to the desired recursive removal mode. This property needs to be set for both components that call the executor: for ExecOp, as well as for the StartContainer API. Signed-off-by: Justin Chadwell <me@jedevc.com>