Skip to content

Caching

Can I cache a built image rather than rebuilding?

Quick answer

Yes — push it to a registry tagged by content hash and pull it when the inputs are unchanged.

The detail that matters

This is faster than layer caching when the image rarely changes, and it makes the 'did anything change' check explicit.

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.