| Base image tag change | HIGH | New OS, new packages, new vulnerabilities, potential breaking changes |
| Base image digest change | MEDIUM | Controlled update, but content changes |
| USER instruction added/changed | HIGH | Affects permission model for all subsequent instructions |
| EXPOSE port change | MEDIUM | May require corresponding K8s service/ingress update |
| COPY/ADD source path change | MEDIUM | Different files included in image |
| RUN with package install | MEDIUM | New dependencies, new attack surface |
| ENV change | LOW-HIGH | Depends on variable (PORT vs SECRET) |
| ENTRYPOINT/CMD change | HIGH | Changes how the container starts; wrong entrypoint = broken container |
| HEALTHCHECK change | MEDIUM | Affects readiness detection in orchestrators |
| .dockerignore change | MEDIUM | Affects what enters the build context |