warn user COMPOSE_BAKE=false is deprecated

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2025-07-17 15:53:24 +02:00 committed by Guillaume Lours
parent 5fc2b2a71c
commit 41a9b91887

View File

@ -58,6 +58,9 @@ func buildWithBake(dockerCli command.Cli) (bool, error) {
return false, err
}
if !bake {
if ok {
logrus.Warnf("COMPOSE_BAKE=false is deprecated, support for internal compose builder will be removed in next release")
}
return false, nil
}