Releases: graillus/gcrgc
Releases · graillus/gcrgc
Release list
v0.3.3
Changelog
1cb92b6 Fix segfault when no date option passed
v0.3.2
Changelog
a6cd544 Improve release process
v0.3.1
v0.3.0
v0.2.0
Features
- Keep images within a given time period with option
-retention-period <duration> - Exclude tags with custom pattern from deletion
-exclude-tag-pattern <regex> - Exclude tags following SemVer pattern from deletion
-exclude-semver-tags
First release
Features
- Remove images older than the date specified with option
-date - Clean up multiple image repositories at once with option
-all - Exclude some image repositories with option
-exclude-image - Exclude images with certain tag(s) from deletion with option
-exclude-tag - Only remove untagged images with
-untagged-onlyflag - Dry-run mode with option
-dry-run(don't actually delete images but get same output)