From f7c8889a297043eb517c01853d6fab0b63d2b6ae Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 27 Apr 2023 20:50:58 +0700 Subject: all: update the current-images.txt with our own latest images --- current-images.txt | 16 ++++++---------- gcloud-image-cleanup.aww | 10 ++++++---- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/current-images.txt b/current-images.txt index 51dbf95..14379be 100644 --- a/current-images.txt +++ b/current-images.txt @@ -1,10 +1,6 @@ -NAME PROJECT FAMILY DEPRECATED STATUS -arch-v20200516 arch-linux-gce arch READY -arch-v20200824 arch-linux-gce arch READY -arch-v20210102 arch-linux-gce arch READY -arch-v20210123 arch-linux-gce arch READY -arch-v20210124 arch-linux-gce arch READY -arch-v20220315 arch-linux-gce arch READY -arch-v20220514 arch-linux-gce arch READY -arch-v20220630 arch-linux-gce arch READY -arch-v20220910 arch-linux-gce arch READY +NAME PROJECT FAMILY DEPRECATED STATUS +arch-v20230216 arch-builder arch READY +arch-v20230223 arch-builder arch READY +arch-v20230302 arch-builder arch READY +arch-v20230313 arch-builder arch READY +arch-v20230320 arch-builder arch READY diff --git a/gcloud-image-cleanup.aww b/gcloud-image-cleanup.aww index 955b5cb..1b90679 100644 --- a/gcloud-image-cleanup.aww +++ b/gcloud-image-cleanup.aww @@ -4,8 +4,9 @@ gcloud compute images list \ --no-standard-images \ - --show-deprecated \ - --format="value(NAME)" + > current-images.txt + +cat current-images.txt gcloud compute images list \ --no-standard-images \ @@ -16,5 +17,6 @@ gcloud compute images list \ gcloud compute images list \ --no-standard-images \ - --show-deprecated \ - --format="value(NAME)" + > current-images.txt + +cat current-images.txt -- cgit v1.3