From fca620c1e13bae91b4a3167a10d660f3d72e7aeb Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 25 Dec 2025 19:01:04 +0700 Subject: all: remove dependency on gce repository Since around 13 December 2025, the gce repository return an error 403, error: failed retrieving file 'gce.db' from storage.googleapis.com : The requested URL returned error: 403 We then build google-compute-engine and google-guest-agent and host it under build.kilabit.info repository using the latest releases [1][2]. For google-compute-engine we use version 20251014.00-1. For google-guest-agent we use version 20251223.00-1. [1]: https://build.kilabit.info/karajo/app/#job_aur_google-compute-engine [2]: https://build.kilabit.info/karajo/app/#job_aur_google-guest-agent --- current-images.txt | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) (limited to 'current-images.txt') diff --git a/current-images.txt b/current-images.txt index 5783ff3..b405758 100644 --- a/current-images.txt +++ b/current-images.txt @@ -1,6 +1,35 @@ -NAME PROJECT FAMILY DEPRECATED STATUS -arch-v20240511 arch-builder arch READY -arch-v20240518 arch-builder arch READY -arch-v20240525 arch-builder arch READY -arch-v20240601 arch-builder arch READY -arch-v20240606 arch-builder arch READY +[ + { + "archiveSizeBytes": "1714793856", + "creationTimestamp": "2025-12-25T03:51:49.084-08:00", + "description": "Arch linux image with ops-agent. See https://github.com/shuLhan/compute-archlinux-image-builder", + "diskSizeGb": "10", + "enableConfidentialCompute": false, + "family": "arch", + "guestOsFeatures": [ + { + "type": "GVNIC" + }, + { + "type": "UEFI_COMPATIBLE" + }, + { + "type": "VIRTIO_SCSI_MULTIQUEUE" + } + ], + "id": "2806474738306685883", + "kind": "compute#image", + "labelFingerprint": "42WmSpB8rSM=", + "name": "arch-v20251225", + "rawDisk": { + "containerType": "TAR", + "source": "" + }, + "selfLink": "https://www.googleapis.com/compute/v1/projects/kilabit/global/images/arch-v20251225", + "sourceType": "RAW", + "status": "READY", + "storageLocations": [ + "us" + ] + } +] -- cgit v1.3