advancedTop 100 Interview Questions

Why is `latest` considered risky to rely on in production?

`latest` is just a regular mutable tag with no special versioning guarantee — it can be overwritten at any time, meaning the same `myapp:latest` reference can resolve to different actual content on different days, breaking reproducibility and making rollbacks and audits much harder.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

Why is `latest` considered risky to rely on in production?

Next Step

Continue to What does `docker image prune -a` do differently from `docker image prune`?← Back to all Docker questions