主页 / 参考 / 生成检查 / ReservedStageName保留舞台名称目录输出描述例子输出]\s+/gm, '')); copying = true; setTimeout(() => copying = false, 2000);"> 'scratch' is reserved and should not be used as a stage name描述保留字不应用作多阶段构建中阶段的名称。 保留字为:contextscratch例子❌ Bad: 和 是保留名称。scratchcontext]\s+/gm, '')); copying = true; setTimeout(() => copying = false, 2000);"> FROM alpine AS scratch FROM alpine AS context✅ Good:不保留阶段名称。builder]\s+/gm, '')); copying = true; setTimeout(() => copying = false, 2000);"> FROM alpine AS builder