mirror of
https://github.com/moby/buildkit.git
synced 2026-08-11 01:24:03 +00:00
When migrating from legacy multi-line ENV/ARG syntax to the modern key=value format, leading whitespace on continuation lines is preserved in both syntaxes. Add a note making this explicit so users understand they may need to adjust indentation when converting. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>