Replies: 1 comment 1 reply
-
|
Good question. Some real-world use cases:
It's basically a per-container "don't touch this" switch. The label version ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am reading through the documentation and trying to imagine a use case for
sentinel.policy: pinned.Images can be "naked", or with a non-semver tag, or with a semver tag.
In the first two cases there not really a "preferred" version; by using them one is expecting the version to change.
In the last one, it is already pinned, either to a specific, immutable tag; or one wants to update within the constraints of the version.
What would be a case where
pinnedis used?Beta Was this translation helpful? Give feedback.
All reactions