From d441ff40efef9ca6af773cb0f613966b1fe7879b Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 13 Jan 2025 14:06:32 +0000 Subject: [PATCH 1/3] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 29c95209d..d54f804a7 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -42,7 +42,8 @@ jobs: --build-arg HTTP_PROXY=http://proxy.frankfurt-airport.de:8080 --build-arg NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell - --build-arg MOUNT_DIR=/agent/_work/1/s + --build-arg MOUNT_DIR=/mnt/fradrive + --mount $(Build.Repository.LocalPath):/mnt/fradrive # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1' From 33f33b1f4458aa2c579455e822654ed662d7cbfc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 13 Jan 2025 14:12:03 +0000 Subject: [PATCH 2/3] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index d54f804a7..547c118ce 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -43,7 +43,7 @@ jobs: --build-arg NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell --build-arg MOUNT_DIR=/mnt/fradrive - --mount $(Build.Repository.LocalPath):/mnt/fradrive + -v $(Build.Repository.LocalPath):/mnt/fradrive # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1' From 9a25ae6d63e153833845b6354839ba5367d63a78 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 13 Jan 2025 14:20:30 +0000 Subject: [PATCH 3/3] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 547c118ce..764dc514a 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -42,8 +42,8 @@ jobs: --build-arg HTTP_PROXY=http://proxy.frankfurt-airport.de:8080 --build-arg NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell - --build-arg MOUNT_DIR=/mnt/fradrive - -v $(Build.Repository.LocalPath):/mnt/fradrive + --build-arg MOUNT_DIR=$(pwd) + # -v $(Build.Repository.LocalPath):/mnt/fradrive # supported in podman build, but not in docker build # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'