Skip to main content
scratch is reserved and should not be used as a stage name.

Description

Reserved words should not be used as names for stages in multi-stage builds. The reserved words are: context, scratch. Using a reserved word as a stage name can conflict with built-in BuildKit behavior and produce confusing build errors.

Examples

Bad:
Good:

Reference