diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-25 19:01:04 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-25 19:03:16 +0700 |
| commit | fca620c1e13bae91b4a3167a10d660f3d72e7aeb (patch) | |
| tree | 5f586763b54324f85b80822eb0062e9d485ef20e /current-images.txt | |
| parent | cbc720a6c7b686312d1d309157b37c855eab063c (diff) | |
| download | compute-archlinux-image-builder-fca620c1e13bae91b4a3167a10d660f3d72e7aeb.tar.xz | |
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
Diffstat (limited to 'current-images.txt')
| -rw-r--r-- | current-images.txt | 41 |
1 files changed, 35 insertions, 6 deletions
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" + ] + } +] |
