From 83b2c4168d622a002ca982bf398c07985ca4f7c7 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 23 Oct 2023 15:41:01 -0400 Subject: [PATCH] Update README.md Point to cleanup policies. Signed-off-by: Seth Vargo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba8bacf..5eacb37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # GCR Cleaner +:warning: **New projects should use [Google Artifact Registry cleanup policies](https://cloud.google.com/artifact-registry/docs/repositories/cleanup-policy) instead!** Inspired by this tool, cleanup policies are built directly into Artifact Registry and require zero management overhead. + GCR Cleaner deletes old container images in [Docker Hub][docker-hub], [Container Registry][container-registry], [Artifact Registry][artifact-registry], or any Docker v2 registries. This can help reduce storage costs, especially in CI/CD environments where images are created and pushed frequently. There are multiple deployment options for GCR Cleaner. Click on your preferred