diff options
| author | Shulhan <ms@kilabit.info> | 2023-04-27 20:50:58 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-04-27 20:50:58 +0700 |
| commit | f7c8889a297043eb517c01853d6fab0b63d2b6ae (patch) | |
| tree | d51ba2a0e31f3ee5f20f9905e0e6e88f2388563b | |
| parent | 7978fa9dc4ab0d6c0e81d7220f9bf92657b84256 (diff) | |
| download | compute-archlinux-image-builder-f7c8889a297043eb517c01853d6fab0b63d2b6ae.tar.xz | |
all: update the current-images.txt with our own latest images
| -rw-r--r-- | current-images.txt | 16 | ||||
| -rw-r--r-- | 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 |
