default-lifecycle-policy.json 377 B

12345678910111213141516
  1. {
  2. "rules": [
  3. {
  4. "rulePriority": 1,
  5. "description": "Expire images that aren't tagged",
  6. "selection": {
  7. "tagStatus": "untagged",
  8. "countType": "imageCountMoreThan",
  9. "countNumber": 1
  10. },
  11. "action": {
  12. "type": "expire"
  13. }
  14. }
  15. ]
  16. }