Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Aug 11, 2024
1 parent 77d67bb commit b1e8a42
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,17 @@ ensure it's permissions have been setup correctly, either by:
#### Clean-up Options
| Option | Required | Defaults | Description |
| --------------------------------------------- | :------: | --------- | ------------------------------------------------------------------------------------------------ |
| tags | no | | Comma separated list of tags to delete (supports wildcard syntax) |
| delete-tags | no | | Same as tags |
| not-delete-tags | no | | Tags strictly to be preserved / excluded from deletion (comma seperated). Supports wildcards |
| keep-n-untagged | no | | Number of untagged images to keep, sorted by date |
| keep-n-tagged | no | | Number of tagged images to keep, sorted by date |
| delete-untagged | no | depends\* | Delete untagged images (not belonging to multi-arch containers) |
| delete-ghost-images | no | false | Delete multi architecture images where all underlying platform images are missing |
| delete-partial-images | no | false | Delete multi architecture images where some (but not all) underlying platform images are missing |
\* True when no other options set, else false
| Option | Required | Defaults | Description |
| --------------------- | :------: | --------- | ------------------------------------------------------------------------------------------------ |
| delete-tags | no | | Comma separated list of tags to delete (supports wildcard syntax. Can abe abbreviated as `tags`) |
| not-delete-tags | no | | Tags strictly to be preserved / excluded from deletion (comma seperated). Supports wildcards |
| keep-n-untagged | no | | Number of untagged images to keep, sorted by date |
| keep-n-tagged | no | | Number of tagged images to keep, sorted by date |
| delete-untagged | no | depends\* | Delete untagged images (not belonging to multi-arch containers) |
| delete-ghost-images | no | false | Delete multi architecture images where all underlying platform images are missing |
| delete-partial-images | no | false | Delete multi architecture images where some (but not all) underlying platform images are missing |

\* True when no other options set, else false

The keep-n-untagged and keep-n-tagged options can not be set at the same time.

Expand Down

0 comments on commit b1e8a42

Please sign in to comment.