Home
Companies
Depot

Depot

Build Docker containers 40x faster

Depot builds Docker containers up to 40 times faster. Companies like PostHog, Wistia, Appsmith, and Secoda use Depot to save tens of hours of build time every day. Kyle and Jacob worked together as staff engineers for the past 4.5 years at Thorn and Era Software. Depot is their solution to the wildly inefficient container build tooling they encountered throughout their careers.

Latest News

Depot
Founded:2022
Team Size:3
Location:Montpellier, France
Group Partner:Nicolas Dessaigne

Active Founders

Kyle Galbraith

Kyle Galbraith is the Co-Founder & CEO of Depot. He and Jacob Gillespie (CTO) built Depot after being faced with the same challenges time and time again surrounding slow CI builds across all generic providers. He is originally from Portland, Oregon but relocated to Montpellier, France in October 2022 to immerse himself in French culture with his wife who is originally from the area.

Kyle Galbraith
Kyle Galbraith
Depot

Jacob Gillespie

Cofounder and CTO of Depot. US expat living in the UK.

Jacob Gillespie
Jacob Gillespie
Depot

Company Launches

Hey, we’re Kyle and Jacob, the founders of Depot, a hosted container build service for Docker images, and we’re excited to launch our new product: managed GitHub Actions runners for AWS!

The Problem

While GitHub Actions is one of the most prevalent CI providers, Actions is slow for a few reasons:

  • GitHub uses underpowered CPUs.
  • Network throughput for cache and the internet at large is capped at 125 MB/s.
  • Total cache storage is limited to 10GB per repo.
  • Larger runners are expensive and take a long time to start running jobs.

The Solution

Depot-managed runners solve this! Rather than your CI jobs running on GitHub’s slow compute, Depot routes those same jobs to powerful EC2 instances. And not only is this faster, it’s also 1/2 the cost of GitHub Actions!

We do this by launching a dedicated instance for each job, registering that instance as a self-hosted Actions runner in your GitHub organization, and then terminating the instance when the job is finished.

We've also integrated the runners with our existing distributed storage cluster that we use for Docker image builds for up to 10x faster cache throughput! 💪

Demo Video

https://www.youtube.com/watch?v=VX5Z-k1mGc8

Tech Details

Using AWS as our compute provider has a few advantages:

  • We launch fast m7a instances, which are typically 30%+ more performant than alternatives.
  • Each instance has high-throughput networking of up to 1.5 GB/s, hosted in us-east-1, so interacting with artifacts, cache, container registries, or the internet at large is quick.
  • Each instance has a public IPv4 address, so you’re not sharing any rate limits with anyone else.

By integrating the runners with the distributed cache system (backed by S3 and Ceph) that we use for Docker build cache, jobs automatically save/restore cache from this cache system, with speeds of up to 1.5 GB/s, and without the default 10 GB per repo storage limit.

Additionally, the runners are located in the same VPC as our Docker build service, so for anyone using both, built containers are now able to --load back into CI for testing much faster than they would over GitHub’s default network.

We build our machine image from GitHub's image definition, so all the same software you expect is pre-installed. Support for Arm runners, powered by Graviton instances, is in beta now.

Getting Started

You can sign up at https://depot.dev/sign-up for a free trial if you’d like to try it out with your own workflows!

Other Company Launches

⚡ Depot - a faster way to build Docker images

A remote container build service that is 3-14x faster than CI providers, with emulation-free support for both Intel & Arm architectures
Read Launch ›