| 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.