don't know weather it is an issue with Docker / Shell / BigSur Update, but a normal Docker Build Command like:
docker build -f Dockerfile -t MYIMAGE .
recently started to change the default output and is now missing the intermediate layers:
VS. the old output which included the ID's of the intermediate layers:

How can we trigger the output of this information, as the official doc's don't say anything about it.
Docker version 20.10.2
Thanks and best regards
