From e33f9b1e83670e1497268e95edf6c894c51dff2c Mon Sep 17 00:00:00 2001 From: Samuel Littley Date: Tue, 15 Mar 2022 19:47:07 +0000 Subject: Add a list of current images Fixes #36 --- README.md | 2 ++ current-images.txt | 7 +++++++ maintaining.md | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 current-images.txt diff --git a/README.md b/README.md index 6aa36ee..9cf46ef 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ $ gcloud compute instances create INSTANCE_NAME \ --image-project=arch-linux-gce --image-family=arch ``` +For older images, see the current_images.txt file. + ## Build Your Own Image You can build the Arch Linux image yourself with the following procedure: diff --git a/current-images.txt b/current-images.txt new file mode 100644 index 0000000..4c56161 --- /dev/null +++ b/current-images.txt @@ -0,0 +1,7 @@ +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 diff --git a/maintaining.md b/maintaining.md index 1cdc070..f164df1 100644 --- a/maintaining.md +++ b/maintaining.md @@ -37,6 +37,11 @@ $ gcloud compute instances delete "arch-v${DATE}-test" $ gcloud compute images add-iam-policy-binding "arch-v${DATE}" \ --member='allAuthenticatedUsers' \ --role='roles/compute.imageUser' + +$ gcloud compute images list \ + --project=arch-linux-gce \ + --no-standard-images \ + > current-images.txt ``` ## Managing the Pacman repo -- cgit v1.3