We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a mix of version tag and hash ( tag) exist for the same image, cri-purge kept the hash and removed the version tag.
cri-purge
10 / 14 : Image: registry.k8s.io/sig-storage/csi-attacher - Keep TAG: ebcde6f69ddda (27.5MB) - Purge TAG: v4.5.0 (27.4MB) 11 / 14 : Image: registry.k8s.io/sig-storage/csi-node-driver-registrar - Keep TAG: 36a3d5794c31c (11MB) - Purge TAG: v2.10.0 (10.9MB) 12 / 14 : Image: registry.k8s.io/sig-storage/csi-provisioner - Keep TAG: d4b4b5e471352 (29.4MB) - Purge TAG: v4.0.0 (29.3MB) 13 / 14 : Image: registry.k8s.io/sig-storage/csi-resizer - Keep TAG: 644d77abe33db (28.1MB) - Purge TAG: v1.10.0 (28MB) 14 / 14 : Image: registry.k8s.io/sig-storage/csi-snapshotter - Keep TAG: 069f97e4dc68a (27.6MB) - Purge TAG: v7.0.1 (27.6MB)
Expected the version tags to be kept and hash to be purged when both are available.
No response
The text was updated successfully, but these errors were encountered:
4437f6b
reefland
No branches or pull requests
Describe the bug a clear and concise description of what the bug is.
When a mix of version tag and hash ( tag) exist for the same image,
cri-purge
kept the hash and removed the version tag.What happened?
What you expected to happen?
Expected the version tags to be kept and hash to be purged when both are available.
How to reproduce it?
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: