Skip to content

Docker

Base image

Quick answer

A base image is the image named in a Dockerfile's FROM instruction, providing the filesystem and tooling every subsequent layer builds on.

A base image is the image named in a Dockerfile's FROM instruction, providing the filesystem and tooling every subsequent layer builds on.

Why it matters

A base image update invalidates every layer beneath it, which is why a routine security bump can turn a 30-second incremental build into a full rebuild.

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.