aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--current-images.txt16
-rw-r--r--gcloud-image-cleanup.aww10
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