The output for the from line should not change between evocations, or if there is a good reason for it, the output should make that reason much clearer. At the moment, it is very odd, that CACHED shows up when running with --no-cache, but does not show up normally, even when the rest of the build is indeed CACHED.
Description
FROM line output inconsistent and confusing when using or disabling the build cache.
Reproduce
Expected behavior
The output for the from line should not change between evocations, or if there is a good reason for it, the output should make that reason much clearer. At the moment, it is very odd, that CACHED shows up when running with
--no-cache
, but does not show up normally, even when the rest of the build is indeed CACHED.docker version
docker info
Additional Info
No response