10 lines
541 B
Markdown
10 lines
541 B
Markdown
# Local Dockerfile note — redacted review fixture
|
|
|
|
The original operational reference included internal source locations, registries,
|
|
and environment details. Those details have been removed from the published review.
|
|
|
|
For a local Dockerfile guide, keep the general rule: use a project-owned local
|
|
override only when the ordinary Dockerfile requires CI-only inputs. Keep runtime
|
|
stages, explicit architecture handling, and the application artifact; never copy
|
|
credentials, internal endpoints, or personal registry paths into the override.
|