Glossary infra Term Page

Stage

A build block defined by one `FROM` instruction inside a Dockerfile

stage #infra#docker
Korean version

Related Concepts

Core Idea

Stage is A build block defined by one FROM instruction inside a Dockerfile. It usually makes the most sense alongside Artifact.

Why It Matters Here

Mathbong reuses this term across docker posts as shared vocabulary.

Posts Mentioning This Concept