Skip to content

Conversation

@WoodProgrammer
Copy link

…of the image in docker hub

What does this change resolve?

Using tags (e.g. :latest, :v1.2.3) introduces non-determinism because tags can be re-pushed and point to different image contents over time.

By switching to image digests:

  • Image integrity is hash based verification.
  • No functional changes — only improving deployment immutability and security posture.

Open questions or TODOs before merging if any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant