datahaven/docker
undercover-cactus eced179b09
misc: simplify Dockerfile to speed up build (#216)
This PR remove the `cargo chef` step used to build the docker image used
in deployment. We noticed that `cargo chef` was adding more time to the
build and that removing it was saving us 40min.

Also in this PR, we removed the base image from parity which was really
heavy and was filling the rest of the disk space. This broke the build.
After some investigation it doesn't seem to add a lot to the build. It
has been replace with the official rust image as a base to build our
node.

The image used to run the image has been replaced with
`debian:trixie-slim`.

In the end those changed **should not** break any of the current
behavior and makes save a bit of CI time.
2025-10-22 13:36:30 +02:00
..
datahaven-build.Dockerfile misc: simplify Dockerfile to speed up build (#216) 2025-10-22 13:36:30 +02:00
datahaven-dev.Dockerfile refactor: Consolidate and optimize Docker image architecture (#233) 2025-10-15 01:33:20 +02:00
datahaven-production.Dockerfile fix: 🔧 Copy all shared libraries required by the DataHaven node in build & production images (#234) 2025-10-15 14:46:07 +02:00