serde
!
I've get a VEEERY slow build system using a Dockerfile
and docker build
, but this is currently suboptimal because docker build
1) doesn't log very well 2) requires a full rebuild even on little state change because 3) the dockerfile can't reuse state from the last build (that would defeat the purpose of the repeatability of docker builds!)
There is a very old project I'm taking inspiration from, github.com/therustmonk/cargo-docker/blob/master/src/main.rs
I'm building it here: github.com/ActuallyHappening/YMap/tree/master/crates/cargo-docker-build