-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
I think it would be useful to have image tags that point to a specific image version and stay on that version. I have two motivating examples where this would help:
First: if there is a CVE in the distroless container I want to be able to commit an update and make sure everybody gets the updated version. When using mutable tags like latest sometimes a cached version might be used, which still contains the CVE.
Second: I want to be able to stay on a specific version or recreate it in the future. If the image just updates in a future build it could introduce bugs or hide cves from a scan.
A possible image tag would be the date of publishing.
Metadata
Metadata
Assignees
Labels
No labels