Building containers from scratch: Layers
At Depot, we're focused on providing the fastest build service for container images. We accomplish this primarily by:
Providing instant access to powerful compute and storage
Optimizing the build process itself to be as fast as possible
We run Depot on top of AWS, using large 16-core machines for each Depot project. These machines use native Intel and Arm CPUs, avoiding emulation for multi-platform images. And we provide them with distributed cache storage using a Ceph cluster with NVMe SSDs. Th...
Read more at depot.dev