AntiPattern

Dockerfile Build Contract Drift

dockerfile-contract-drift

Container build/run semantics drift when Dockerfiles, scripts, and config disagree on the build context or entry contract—e.g., ENTRYPOINT vs CMD, missing staged artifacts, ignored outputs, sandbox/syscall mismatches, or cache keys—causing builds or runtime behavior to fail.