With docker compose build
, the default BuildKit UI
hides those details.
Even if BuildKit is enabled by default in modern Docker versions and docker-compose
, but you can turn it off to get the traditional verbose output with hashes.
Run the build with this env
var (which will disable BuildKit and show the intermediate hashes)
DOCKER_BUILDKIT=0 docker-compose build