From 3c3cabc909c5aff665fcd2e19513a2afb9530678 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 14 Jan 2025 08:40:39 +0100 Subject: [PATCH] build(docker/backend): remove debug prints --- azure-pipelines.yaml | 5 +---- docker/backend/Dockerfile | 7 ------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 877106efa..4511b2469 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -33,9 +33,6 @@ jobs: inputs: targetType: inline script: | - pwd - ls -a . - ls -a $(Build.Repository.LocalPath) cp docker/backend/Dockerfile . docker build \ --build-arg HTTPS_PROXY=http://proxy.frankfurt-airport.de:8080 \ @@ -61,7 +58,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=$(Build.Repository.LocalPath) - --build-arg PROJECT_DIR=$(Build.Repository.LocalPath) + --build-arg PROJECT_DIR=/fradrive # -v $(Build.Repository.LocalPath):/mnt/fradrive # supported in podman build, but not in docker build # - job: BuildKitTest # container: diff --git a/docker/backend/Dockerfile b/docker/backend/Dockerfile index b35066dd7..45f957036 100644 --- a/docker/backend/Dockerfile +++ b/docker/backend/Dockerfile @@ -3,13 +3,6 @@ ARG FROM_TAG=8.10.4 FROM ${FROM_IMG}:${FROM_TAG} -# TODO: debug information -RUN find / -RUN echo "PWD:" && pwd -# RUN ls -a /__w/1/s -# RUN ls -a ${PROJECT_DIR} -# RUN ls -a ${MOUNT_DIR} - ENV LANG=de_DE.UTF-8 # compile-time dependencies