GoogleCloudPlatform / gcr-cleaner

Delete untagged image refs in Google Container Registry or Artifact Registry
Apache License 2.0
805 stars 112 forks source link

Feature/exempt recent images #13

Closed Sytten closed 4 years ago

Sytten commented 4 years ago

Fixes #12 This adds a new optional parameter to keep a minimum number of images from the repository. I also renamed the allow_tagged to respect golang camel casing.

sethvargo commented 4 years ago

Rebased and merged in:

Thanks!