build(docker/backend): remove debug prints
This commit is contained in:
parent
c3fee55090
commit
3c3cabc909
@ -33,9 +33,6 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
pwd
|
|
||||||
ls -a .
|
|
||||||
ls -a $(Build.Repository.LocalPath)
|
|
||||||
cp docker/backend/Dockerfile .
|
cp docker/backend/Dockerfile .
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg HTTPS_PROXY=http://proxy.frankfurt-airport.de:8080 \
|
--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 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 FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell
|
||||||
--build-arg MOUNT_DIR=$(Build.Repository.LocalPath)
|
--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
|
# -v $(Build.Repository.LocalPath):/mnt/fradrive # supported in podman build, but not in docker build
|
||||||
# - job: BuildKitTest
|
# - job: BuildKitTest
|
||||||
# container:
|
# container:
|
||||||
|
|||||||
@ -3,13 +3,6 @@ ARG FROM_TAG=8.10.4
|
|||||||
|
|
||||||
FROM ${FROM_IMG}:${FROM_TAG}
|
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
|
ENV LANG=de_DE.UTF-8
|
||||||
|
|
||||||
# compile-time dependencies
|
# compile-time dependencies
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user