mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
warn user COMPOSE_BAKE=false is deprecated
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
5fc2b2a71c
commit
41a9b91887
@ -58,6 +58,9 @@ func buildWithBake(dockerCli command.Cli) (bool, error) {
|
|||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
if !bake {
|
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
|
return false, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user