From aa8940aad4ff90fee0c8bb8c2eae04b0efca9ef6 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 14 Dec 2020 12:51:46 +0000 Subject: [PATCH] updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb055046..b1ee4f41 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ etc. - `gcr_alternate_tags.sh` - lists all the tags for a given GCR docker `image:tag` (use arg `:latest` to see what version / build hashref / date tag has been tagged as `latest`) - `gcr_list_tags.sh` - lists all the tags for a given GCR docker image - `gcr_tags_timestamps.sh` - lists all the tags and their timestamps for a given GCR docker image + - `gcr_tags_old.sh` - lists tags older than N days a given GCR docker image - see also [cloudbuild.yml](https://github.com/HariSekhon/Templates/blob/master/cloudbuild.yaml) in the [Templates](https://github.com/HariSekhon/Templates) repo - `gke_*.sh` - [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine) scripts - `gke_kube_creds.sh` - auto-loads all GKE clusters credentials in the current project so your kubectl is ready to rock on GCP