diff --git a/pkg/e2e/build_test.go b/pkg/e2e/build_test.go index 9ad1a2e192b..cfb76b333cd 100644 --- a/pkg/e2e/build_test.go +++ b/pkg/e2e/build_test.go @@ -250,7 +250,7 @@ func TestBuildImageDependencies(t *testing.T) { Err: "No such image: build-dependencies-service", }) - res = cli.RunDockerComposeCmd(t, "build") + res = cli.RunDockerComposeCmd(t, "--compatibility", "build") t.Log(res.Combined()) res = cli.RunDockerCmd(t, diff --git a/pkg/e2e/fixtures/build-test/nginx-build/static/index.html b/pkg/e2e/fixtures/build-test/nginx-build/static/index.html index 914e3406cb9..3bc4dacd3e5 100644 --- a/pkg/e2e/fixtures/build-test/nginx-build/static/index.html +++ b/pkg/e2e/fixtures/build-test/nginx-build/static/index.html @@ -2,7 +2,7 @@ - Static file 2 + Static file 1

Hello from Nginx container

diff --git a/pkg/e2e/fixtures/build-test/nginx-build2/static2/index.html b/pkg/e2e/fixtures/build-test/nginx-build2/static2/index.html index 914e3406cb9..46981f003fc 100644 --- a/pkg/e2e/fixtures/build-test/nginx-build2/static2/index.html +++ b/pkg/e2e/fixtures/build-test/nginx-build2/static2/index.html @@ -5,6 +5,6 @@ Static file 2 -

Hello from Nginx container

+

Hello from ANOTHER Nginx container