buildkit
buildkit copied to clipboard
checks: warning for an invalid default arg in from
A dockerfile should be valid when used with the default values for ARG and not require the use of --build-arg to function correctly. This checks that using the default values causes the images in FROM to be valid names.