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
If there are two docker rules, there would be a duplicate manifest in aql.
******************************************************************************** Result AQL Query: items.find({"$and": [{"repo": {"$eq": "example-docker-preprod-local"}}, {"$or": [{"path": {"$match": "foo/*"}}]}, {"name": {"$match": "manifest.json"}}, {"modified": {"$lt": "2024-01-11"}}, {"name": {"$match": "manifest.json"}}]}).include("*", "property", "stat") ********************************************************************************
- name: Delete example-docker-preprod-local/foo/* older than 180 days rules: - rule: Repo name: example-docker-preprod-local - rule: IncludeDockerImages masks: foo:* - rule: DeleteDockerImagesOlderThan days: 180
The text was updated successfully, but these errors were encountered:
Does it affect the cleanup policy?
Sorry, something went wrong.
Technically, it works.
No branches or pull requests
If there are two docker rules, there would be a duplicate manifest in aql.
The text was updated successfully, but these errors were encountered: