Skip to content

Docker

Registry cache

Quick answer

A registry cache stores Docker build layers as a separate image in a container registry so later builds can import them.

A registry cache stores Docker build layers as a separate image in a container registry so later builds can import them.

Why it matters

It works across machines, which inline cache does not, but every build pays the network cost of exporting and importing. A persistent builder avoids that transfer entirely.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.