GoogleCloudPlatform / gcr-cleaner

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

fix: Use go object to do correct comparision on child repos #39

Closed grumps closed 3 years ago

grumps commented 3 years ago

rootRepository is a arg to the function and a string that has hostname and path. Catalog() returns a slice of repositories, making the HasPrefix check never work.

ref: #38