Closed this issue 8 years ago · 1 comments
This sort of Dockerfile will always be invalid:
FROM foo/bar:anything LABEL name=foo/bar ...
An image must not inherit from (some previous build of) itself.
Valid use-case: modifying an existing image to apply a CVE.