buildkit icon indicating copy to clipboard operation
buildkit copied to clipboard

checks: warning for an invalid default arg in from

Open jsternberg opened this issue 1 year ago • 0 comments

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.

jsternberg avatar Jun 28 '24 15:06 jsternberg