Skip to content

Commit 41a9b91

Browse files
ndeloofglours
authored andcommitted
warn user COMPOSE_BAKE=false is deprecated
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 5fc2b2a commit 41a9b91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/compose/build_bake.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ func buildWithBake(dockerCli command.Cli) (bool, error) {
5858
return false, err
5959
}
6060
if !bake {
61+
if ok {
62+
logrus.Warnf("COMPOSE_BAKE=false is deprecated, support for internal compose builder will be removed in next release")
63+
}
6164
return false, nil
6265
}
6366

0 commit comments

Comments
 (0)