Dockerfile
Declarative plain-text build manifest consumed by BuildKit to assemble container image layers sequentially.
Mechanism & Definition
A plain-text build script specifying base images, environment variables, build arguments, file copy commands, and runtime execution targets. BuildKit parses Dockerfiles to produce an execution DAG, executing instructions in isolated step containers to emit cached layer blobs.
