Skip to content

Docker

Inline cache

Quick answer

Inline cache embeds layer cache metadata inside the pushed image so a later build can reuse layers by pulling that image.

Inline cache embeds layer cache metadata inside the pushed image so a later build can reuse layers by pulling that image.

Why it matters

It is convenient because it needs no separate cache store, but it only caches the final stage — multi-stage builds need a registry or local cache backend instead.

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.