-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Description
Description
After upgrading the docker-compose-plugin, the command
docker compose build now displays the old style (pre-buildkit).
It appears that buildkit is not being used.
The version information is as follows:
・2.39.1-1~ubuntu.24.04~noble
Downgrading to the previous version
・2.38.2-1~ubuntu.24.04~noble
resolves the issue.
The docker version is as follows:
$ docker --version
Docker version 28.3.3, build 980b856
$ docker compose version
Docker Compose version v2.39.1
Steps To Reproduce
No response
Compose Version
Docker Environment
Anything else?
No response
Hu9o73, mcoonen and charmander