-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Description
Currently, the OCI-CLI Docker images are only tagged with latest or the build timestamp (e.g., 20250226). This makes it difficult to reference a specific CLI version reliably.
I would like to request an additional tag that corresponds to the CLI version itself. For example, the latest version (latest) currently refers to 3.51.9, so an additional tag like 3.51.9 would be helpful.
This would allow users to pull a specific CLI version without relying on latest or tracking timestamps.
Expected Behavior:
• Each OCI-CLI Docker image should include a tag that corresponds to the CLI version (e.g., 3.51.9).
• This tag should be updated alongside latest with each new release.
Would it be possible to implement this in future builds?
Metadata
Metadata
Assignees
Labels
No labels