Skip to content

Guides

How to roll out base image updates safely

A base image update breaks builds across many repositories at once.

5 min read

A base image update breaks builds across many repositories at once.

Why it happens

Updates land everywhere simultaneously because nothing is pinned.

How to fix it

  1. Pin base images by digest and update through a pull request
  2. Roll out to a canary repository first
  3. Use Dependabot or Renovate so updates are visible and reviewable
  4. Keep the previous image available for fast rollback

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.