From 8f3f310c7834f78d18aebcf0eafe02f2a24e3f37 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 24 Mar 2024 12:57:19 +0100 Subject: [PATCH] Docker Compose v1 no longer runs on Docker 26, which is now installed on the VM. (#822) --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7c9195db..0cd8b240 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -212,7 +212,7 @@ stages: - 3 - 4 - 5 - - 6 + # - 6 -- Docker 26 no longer works with docker-compose v1 - stage: Remote_2_16 displayName: Remote 2.16 dependsOn: []