|
|
7e1cddfa46
|
build(docker/backend): use PROJECT_DIR as build-arg and env [skip ci]
|
2025-01-24 15:50:38 +01:00 |
|
|
|
1dd5c5dd79
|
build(docker/backend): chmod PROJECT_DIR permissions separately [skip ci]
|
2025-01-24 14:42:59 +01:00 |
|
|
|
082ce971aa
|
build(docker/backend): allow even more for PROJECT_DIR
|
2025-01-24 14:39:03 +01:00 |
|
|
|
b739c66444
|
build(docker/backend): allow PROJECT_DIR access for everyone [skip ci]
|
2025-01-24 14:19:30 +01:00 |
|
|
|
6dc59e5098
|
build(docker/backend): let stack manage its root dir
|
2025-01-24 14:04:52 +01:00 |
|
|
|
e02c66de1a
|
build(docker/backend): fix syntax [skip ci]
|
2025-01-24 13:42:07 +01:00 |
|
|
|
e8adb2c27d
|
build(azure-pipelines): do not download redundant stack packages in ci
|
2025-01-24 13:26:45 +01:00 |
|
|
|
3f9abfdcc2
|
build(docker/backend): tweak stack root, remove mounts [skip ci]
|
2025-01-24 11:55:28 +01:00 |
|
|
|
2af27e2624
|
build(docker/backend): refactor backend Dockerfile
|
2025-01-24 11:04:52 +01:00 |
|
|
|
85bea8d12c
|
build(docker/backend): tweak stack root [skip ci]
|
2025-01-24 00:20:34 +01:00 |
|
|
|
325f07feca
|
build(docker/backend): add rw permissions for stack mounts [skip ci]
|
2025-01-23 17:20:42 +01:00 |
|
|
|
6895313887
|
build(docker/backend): replace more COPY with mount [skip ci]
|
2025-01-23 17:15:45 +01:00 |
|
|
|
c0ec8d2a9d
|
build(docker/backend): mount on prebuild to relative location [skip ci]
|
2025-01-23 17:10:27 +01:00 |
|
|
|
65ec7f0de5
|
build(docker/backend): RUN --mount instead of late COPY [skip ci]
|
2025-01-23 16:51:07 +01:00 |
|
|
|
15f6dd9211
|
build(docker/backend): copy stack yamls before stack-install
|
2025-01-16 11:59:07 +01:00 |
|
|
|
d8425ac562
|
build(docker/backend): prebuild dependencies before COPY, temporarily COPY everything
|
2025-01-15 13:25:26 +01:00 |
|
|
|
425804e4b6
|
build(docker/backend): refine COPY sources
|
2025-01-14 17:17:42 +01:00 |
|
|
|
6d0161c598
|
build(docker/backend): do stack-install before dependency build
|
2025-01-14 08:41:25 +01:00 |
|
|
|
3c3cabc909
|
build(docker/backend): remove debug prints
|
2025-01-14 08:40:39 +01:00 |
|
|
|
c3fee55090
|
build(docker/backend): remove debug prints
|
2025-01-13 22:25:51 +01:00 |
|
|
|
67108a8f84
|
ci(azure-pipelines): use docker build in Bash@3
|
2025-01-13 18:55:10 +01:00 |
|
|
|
5787796eac
|
build(docker/backend): try COPY instead of RUN cp
|
2025-01-13 18:49:19 +01:00 |
|
|
|
d455cb4f71
|
build(docker/backend): add more debug info
|
2025-01-13 18:35:39 +01:00 |
|
|
|
e8353f6200
|
build(docker/backend): add debug info
|
2025-01-13 18:20:03 +01:00 |
|
|
|
1dce3ab2b1
|
build(docker/backend): use cache mounts for apt-installs
|
2025-01-13 17:50:20 +01:00 |
|
|
|
55d9097ca8
|
build(docker/backend): try mount param in RUN for dependency cache
|
2025-01-13 17:17:14 +01:00 |
|
|
|
0b9e55cfea
|
ci(azure-pipelines): use /work/1 as mount-dir; copy repository recursively again
|
2024-12-20 16:59:26 +01:00 |
|
|
|
4669a47d9b
|
build(docker/backend): copy complete directory to PROJECT_DIR
|
2024-12-20 16:28:41 +01:00 |
|
|
|
4fbf0ba72d
|
build(docker/backend): fix typo
|
2024-12-20 15:50:30 +01:00 |
|
|
|
db9481cffb
|
build(docker/backend): make FROM image and tag configurable by build-arg
use docker.io haskell image per default as build-arg, and later use fraport-internal args for pipeline
|
2024-12-20 15:39:12 +01:00 |
|
|
|
6ddfbe959e
|
ci(docker/backend): prepare Dockerfiles for separate image artifact push step
|
2024-12-19 14:22:22 +01:00 |
|
|
|
376c88e724
|
build(docker/backend): use BaseImage; add dependencies
|
2024-12-19 14:03:49 +01:00 |
|
|
|
84a5cb37d9
|
build(docker/backend): switch to official stack snapshot image
|
2024-12-15 01:07:52 +01:00 |
|
|
|
16001df5be
|
build(docker/backend): tmp-remove more deps
|
2024-12-10 15:33:29 +01:00 |
|
|
|
a2bdd4bbb8
|
build(docker/backend): remove unused dependency
|
2024-12-10 15:27:15 +01:00 |
|
|
|
13ec339f9b
|
build(docker/backend): tmp-remove deps
|
2024-12-10 15:22:35 +01:00 |
|
|
|
ebae2b386e
|
build(docker/backend): remove test-only dependencies temporarily
|
2024-12-10 15:18:00 +01:00 |
|
|
|
f47cb17230
|
build(docker/backend): remove locales (and thus tzdata) installs for testing purposes
|
2024-12-10 15:12:31 +01:00 |
|
|
|
d0cd45e60e
|
build(docker/backend): add temporary tools FROM for pipeline test
|
2024-12-10 15:01:19 +01:00 |
|
|
|
09f22e52c7
|
build(docker/backend): remove unused dependency
|
2024-12-10 15:00:19 +01:00 |
|
|
|
3946090dab
|
build(docker/backend): add debug print for apt sources info
|
2024-12-10 14:59:45 +01:00 |
|
|
|
2033976381
|
build(docker/backend): add texlive-base and more tex runtime dependencies
|
2024-12-10 14:40:51 +01:00 |
|
|
|
f8681826b2
|
build(docker/backend): add roboto and lualatex dependencies
|
2024-12-04 16:32:04 +01:00 |
|
|
|
ca4eac3af9
|
build(docker/backend): fix tzdata install requiring confirmation
|
2024-12-04 16:31:38 +01:00 |
|
|
|
6c525bc986
|
build(docker/backend): remove debug output
|
2024-12-04 16:30:35 +01:00 |
|
|
|
c3117dbdcd
|
fix(ghci): ghci works now as expected
|
2024-12-02 17:38:59 +01:00 |
|
|
|
0e605386cc
|
build(Makefile): add SRC option to ghci target
|
2024-12-02 16:32:41 +01:00 |
|
|
|
609adaa960
|
build(docker/backend): remove debug info
|
2024-11-28 11:48:45 +01:00 |
|
|
|
fc68777826
|
build(docker/backend): remove debug prints
|
2024-11-28 11:43:19 +01:00 |
|
|
|
d1126b3acf
|
build(docker/backend): add debug info prints for ci
|
2024-11-28 11:40:20 +01:00 |
|