Files
buildkit/frontend/dockerfile
David Karlsson 45993262a6 docs: document no-colon variable modifier variants in environment replacement
Add documentation for the `${variable-word}` and `${variable+word}`
modifiers which differ from their colon counterparts (`${variable:-word}`
and `${variable:+word}`) in that they only test whether the variable is
unset, rather than unset or empty.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-16 14:37:03 +01:00
..
2025-10-11 12:47:17 +02:00
2026-01-13 22:09:25 -08:00