|
|
@@ -33,8 +33,8 @@ import (
|
|
|
|
|
|
func TestLocalComposeBuild(t *testing.T) {
|
|
|
|
|
|
- for _, env := range []string{"DOCKER_BUILDKIT=0", "DOCKER_BUILDKIT=1"} {
|
|
|
- c := NewCLI(t, WithEnv(env))
|
|
|
+ for _, env := range []string{"DOCKER_BUILDKIT=0", "DOCKER_BUILDKIT=1", "DOCKER_BUILDKIT=1,COMPOSE-BAKE=1"} {
|
|
|
+ c := NewCLI(t, WithEnv(strings.Split(env, ",")...))
|
|
|
|
|
|
t.Run(env+" build named and unnamed images", func(t *testing.T) {
|
|
|
// ensure local test run does not reuse previously build image
|