Skip to content
New issue

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

Retain versioned tag over hash based image #5

Closed
reefland opened this issue Jun 10, 2024 · 0 comments
Closed

Retain versioned tag over hash based image #5

reefland opened this issue Jun 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@reefland
Copy link
Owner

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?

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)

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

@reefland reefland added the bug Something isn't working label Jun 10, 2024
@reefland reefland self-assigned this Jun 10, 2024
@reefland reefland mentioned this issue Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant