Varun Srinivasan pfp
Varun Srinivasan
@v
Depot has been quietly working to make Docker builds very, very fast h/t to @sds for finding them, we now use them everywhere https://depot.dev/
9 replies
1 recast
32 reactions

ren (wassie arc) pfp
ren (wassie arc)
@ren
does it parallelize under the hood or is their hardware a lot faster? asking bc we have a lot of multi stage docker builds that are sequential
2 replies
0 recast
0 reaction

Kyle Galbraith pfp
Kyle Galbraith
@kylegalbraith
Thanks for the tag and shoutout! Depot is a remote container build service. We are running BuildKit up on cloud VMs with 16 CPUs and 32 GB of memory + a persistent 50 GB volume for layer cache, cache mounts, etc. We also run native builder for both Intel & Arm. The combo of all those things produces the faster builds.
1 reply
1 recast
1 reaction

Kyle Galbraith pfp
Kyle Galbraith
@kylegalbraith
Regarding parallelization, BuildKit can build multiple stages in parallel out of the box. But we also parallelize a few other things with our own fork: - Build multiple images concurrently if you use `bake` - When pushing, we export layers in parallel & push to multiple registries in parallel if you need that
0 reply
1 recast
1 reaction