-
Notifications
You must be signed in to change notification settings - Fork 472
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
Docker cleanup plugin #333
Comments
Hi! Have you tried this one? https://github.com/jfrog/artifactory-user-plugins/tree/master/cleanup/cleanDockerImages |
Hey @DarthFennec yes I did. The plugin unfortunately is not as good as artifactCleanup plugin for 2 reasons:
|
That's what it says on the tin yet not exactly how it works. If you apply one or both properties on
Granted, one can consider this a "hack". Generally and IMO: baking in the property as a Docker label is not great for a few reasons. This data is immutable, which means:
|
Thank you for submitting your feature request. Every user comment is valued by us. However, as this request has been outstanding for some time and no action has been taken, we are closing it for the time being. If you think this feature is still needed or have any updates, please review it again or submit a new request with the most recent details. |
@fluxxBot This is that's pretty much why Jfrog is becoming more and more irrelevant where I work. We've downgraded our license already and started migrating Docker images we hosted on Artifactory to another container registry. There are new features released all the time including features nobody needs or wants (like Jfrog pipelines !?) while at the same time requests for basic, essential functionality get ignored and important bugs go unfixed for years with no action - this is just one of such examples. |
Thank you for your feedback regarding JFrog products. For more information on implementing Cleanup Policies and the supported packages, please visit: We appreciate your continued feedback as we enhance our offerings. If you have any further questions or need assistance, please feel free to reach out. |
It will be good to have docker images cleanup in line with the artifactCleanup plugin. Basically allow deletion on docker images based on last download date.
Inspired from a standalone script: https://jfrog.com/knowledge-base/how-to-clean-up-old-docker-images/
The text was updated successfully, but these errors were encountered: