GoogleCloudPlatform / gcr-cleaner

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

Update build process #102

Closed sethvargo closed 2 years ago

sethvargo commented 2 years ago

This updates the build process to use goreleaser for compiling the binaries and Docker containers, adding support for arm-based builds and Docker containers. It also bundles version information into the binary and log output for easier debugging.

Closes https://github.com/GoogleCloudPlatform/gcr-cleaner/issues/96 Closes https://github.com/GoogleCloudPlatform/gcr-cleaner/issues/52