Depot's Avatar

Depot

@depot.dev

40x faster Docker builds on 3x faster GitHub Actions runners. Automatic intelligent caching, blazing-fast compute and zero-configuration ⚡

76
Followers
11
Following
577
Posts
10.12.2024
Joined
Posts Following

Latest posts by Depot @depot.dev

Preview
Now available: Sherlock can analyze your builds and CI Sherlock, our AI assistant, just got smarter. It can now analyze your builds and GitHub Actions jobs, break down your CI analytics, check your project settings, and even open support tickets on your…

🚀 Sherlock just got a major upgrade. It can now analyze your builds and GitHub Actions jobs — read logs, identify errors, and suggest fixes. It can also break down your CI analytics and open pre-filled support tickets. Available now for all Depot users.

depot.dev/blog/teachin...

06.03.2026 20:09 👍 0 🔁 0 💬 0 📌 0

depot.dev/blog/lambda-...

06.03.2026 16:03 👍 0 🔁 0 💬 0 📌 0
Post image

durable lambda development

06.03.2026 16:03 👍 0 🔁 0 💬 1 📌 0
Post image

is this san francisco traffic or modern code trying to get through decade old infra 🤷‍♂️

05.03.2026 16:19 👍 0 🔁 0 💬 0 📌 0

depot.dev/blog/lambda-...

04.03.2026 20:45 👍 0 🔁 0 💬 0 📌 0

New post: Lambda durable functions — real implementation notes in 🧵

04.03.2026 20:45 👍 0 🔁 0 💬 1 📌 0
Post image

watching your GitHub Actions queue before switching to Depot

04.03.2026 16:00 👍 0 🔁 0 💬 0 📌 0

weekly reminder, we saved developers over 239,280 hours last week.

Wild to think this number has gone up almost ~60K hours avg per week since this weekly update started a few months ago.

04.03.2026 15:02 👍 0 🔁 0 💬 0 📌 0

your CI is now the slowest developer on your team

03.03.2026 21:01 👍 0 🔁 0 💬 0 📌 0
Post image

big brain energy

03.03.2026 18:30 👍 0 🔁 0 💬 0 📌 0
Post image

this is the equivalent of giving a formula 1 driver a cozy coup and expecting him to win... impossible

02.03.2026 15:15 👍 0 🔁 0 💬 0 📌 0

depot.dev/blog/how-simulations-reduce-guesswork

27.02.2026 18:00 👍 0 🔁 0 💬 0 📌 0

We had a standby pool algorithm with 12+ tunable parameters and no safe way to test changes without risking customer latency.

So we built a simulator with real job data, ran hyperparameter optimization on it, and found a config that's both faster and cheaper.

New post 👇

27.02.2026 18:00 👍 0 🔁 0 💬 1 📌 0

Just your weekly reminder that we saved developers 282,650 hours last week.

26.02.2026 16:01 👍 0 🔁 0 💬 0 📌 0
Preview
Now available: Depot skills The better the context you can give an agent, the better the results. Today we're publishing Depot skills: four structured skill files that give agents everything they need to use Depot correctly,…

'npx skills add depot/skills'

depot.dev/blog/now-ava...

25.02.2026 17:00 👍 0 🔁 0 💬 0 📌 0

depot.dev/blog/differe...

24.02.2026 15:04 👍 1 🔁 0 💬 0 📌 0
Post image

"just use QEMU microvm"

24.02.2026 15:03 👍 0 🔁 0 💬 1 📌 0

depot.dev/changelog/20...

23.02.2026 15:01 👍 0 🔁 0 💬 0 📌 0
Post image

You don't need to see 400 lines of "Setting up Node.js" every time you look at a failed job.

GitHub Actions job logs in Depot are now collapsible per step. Click the caret, fold the noise, find the problem.

23.02.2026 15:01 👍 1 🔁 0 💬 1 📌 0

Full breakdown on our blog: depot.dev/blog/differe...

20.02.2026 22:01 👍 0 🔁 0 💬 0 📌 0

Hotplugging:

cloud-hypervisor: add vCPUs, resize memory, attach PCI devices on a running VM.
QEMU microvm: not supported at all.

20.02.2026 22:01 👍 0 🔁 0 💬 1 📌 0

Snapshotting & live migration:

Both support it. Both have caveats. Neither guarantees cross-version compatibility. cloud-hypervisor does it via API. QEMU needs qcow2 disks or external file dumps.

20.02.2026 22:01 👍 0 🔁 0 💬 1 📌 0

GPU passthrough:

cloud-hypervisor: yes, via VFIO.
QEMU microvm: no PCI support = no GPU passthrough out of the box. (PCIe is configurable since QEMU 5.2, but it's not the default path.)

20.02.2026 22:01 👍 0 🔁 0 💬 1 📌 0

cloud-hypervisor gives you a REST API over a UNIX socket. Clean, modern.

QEMU microvm gives you QMP (JSON over socket) or libvirt (XML config, custom RPC format, microvm compatibility varies by distro). Functional but rougher.

20.02.2026 22:01 👍 0 🔁 0 💬 1 📌 0

QEMU microvm vs cloud-hypervisor — which one do you pick for your platform?

We compared the two across 5 dimensions that matter when you're building on top of microVMs. Quick rundown:

20.02.2026 22:01 👍 0 🔁 0 💬 1 📌 0
Post image

this u?

20.02.2026 15:02 👍 0 🔁 0 💬 0 📌 0

We saved developers 177,760 hours last week.

/endPost

19.02.2026 18:02 👍 0 🔁 0 💬 0 📌 0
Preview
The ultimate guide to Docker build cache Ever wondered when Docker reuses cached layers and when it rebuilds from scratch? This guide breaks down the mechanics of how caching works, how cache invalidation cascades through your builds, and…

The full guide covers all of this plus multi-stage builds, garbage collection, and --no-cache strategies. depot.dev/blog/ultimat...

19.02.2026 14:01 👍 0 🔁 0 💬 0 📌 0

Use these:

Bind mounts: give a RUN instruction temporary access to source code w/o adding it to a layer.

Cache mounts: persistent storage for package managers across builds. npm/pip/Go modules can reuse their own cache instead of re-downloading everything.

19.02.2026 14:01 👍 0 🔁 0 💬 1 📌 0

Biggest cache optimization: put things that change least at the top of your Dockerfile.

COPY package.json . # rarely changes
RUN npm install # slow, now cached
COPY . . # changes every commit

Flip that order and you're reinstalling dependencies on every single build.

19.02.2026 14:01 👍 0 🔁 0 💬 1 📌 0