Using the global ARGs with default values should produce a valid build.Documentation Index
Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| Severity | Error |
| Category | Correctness |
| Default | Enabled |
Description
AnARG used in an image reference should be valid when no build arguments are
used. An image build should not require --build-arg to produce a valid build.
If a global ARG has no default value and is interpolated into a FROM
instruction, the resulting image reference may be invalid when the argument is
not supplied at build time.