diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-28 00:15:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-28 00:16:44 +0700 |
| commit | 5aafb2bf78ba7e421d75cdef028850a6dc8c286f (patch) | |
| tree | f245567c89165a8dc44431eb4e8c7c4088bbe434 /current-images.txt | |
| parent | 701ad0f9188f0cba9e220c97aa78546a0da98344 (diff) | |
| download | compute-archlinux-image-builder-5aafb2bf78ba7e421d75cdef028850a6dc8c286f.tar.xz | |
all: set the resolv.conf symlinked to systemd stub-resolv.conf
The default resolv.conf is empty.
This cause program that depends on resolv.conf for name resolution will
fail.
As a test, we create small Go program "cmd/golookup" that can lookup
IP address of host name using pure Go resolver (using/etc/resolv.conf).
Diffstat (limited to 'current-images.txt')
| -rw-r--r-- | current-images.txt | 86 |
1 files changed, 76 insertions, 10 deletions
diff --git a/current-images.txt b/current-images.txt index 4bac44a..166c9f7 100644 --- a/current-images.txt +++ b/current-images.txt @@ -1,7 +1,7 @@ [ { - "archiveSizeBytes": "1661890432", - "creationTimestamp": "2025-12-25T05:29:49.707-08:00", + "archiveSizeBytes": "896192512", + "creationTimestamp": "2026-01-09T18:04:20.710-08:00", "description": "Arch linux image with ops-agent. See https://github.com/shuLhan/compute-archlinux-image-builder", "diskSizeGb": "10", "enableConfidentialCompute": false, @@ -17,15 +17,15 @@ "type": "VIRTIO_SCSI_MULTIQUEUE" } ], - "id": "7892614657072988835", + "id": "3216448522262678860", "kind": "compute#image", "labelFingerprint": "42WmSpB8rSM=", - "name": "arch-v20251225", + "name": "arch-v20260110", "rawDisk": { "containerType": "TAR", "source": "" }, - "selfLink": "https://www.googleapis.com/compute/v1/projects/kilabit/global/images/arch-v20251225", + "selfLink": "https://www.googleapis.com/compute/v1/projects/kilabit/global/images/arch-v20260110", "sourceType": "RAW", "status": "READY", "storageLocations": [ @@ -33,8 +33,8 @@ ] }, { - "archiveSizeBytes": "961868992", - "creationTimestamp": "2025-12-25T23:14:59.097-08:00", + "archiveSizeBytes": "908809536", + "creationTimestamp": "2026-01-17T00:20:09.507-08:00", "description": "Arch linux image with ops-agent. See https://github.com/shuLhan/compute-archlinux-image-builder", "diskSizeGb": "10", "enableConfidentialCompute": false, @@ -50,15 +50,81 @@ "type": "VIRTIO_SCSI_MULTIQUEUE" } ], - "id": "7907743400200473373", + "id": "2301751673695434967", "kind": "compute#image", "labelFingerprint": "42WmSpB8rSM=", - "name": "arch-v20251226", + "name": "arch-v20260117", "rawDisk": { "containerType": "TAR", "source": "" }, - "selfLink": "https://www.googleapis.com/compute/v1/projects/kilabit/global/images/arch-v20251226", + "selfLink": "https://www.googleapis.com/compute/v1/projects/kilabit/global/images/arch-v20260117", + "sourceType": "RAW", + "status": "READY", + "storageLocations": [ + "asia" + ] + }, + { + "archiveSizeBytes": "899870528", + "creationTimestamp": "2026-01-23T18:03:23.772-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": "827436971761178245", + "kind": "compute#image", + "labelFingerprint": "42WmSpB8rSM=", + "name": "arch-v20260124", + "rawDisk": { + "containerType": "TAR", + "source": "" + }, + "selfLink": "https://www.googleapis.com/compute/v1/projects/kilabit/global/images/arch-v20260124", + "sourceType": "RAW", + "status": "READY", + "storageLocations": [ + "asia" + ] + }, + { + "archiveSizeBytes": "954956544", + "creationTimestamp": "2026-01-27T08:52:34.148-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": "1063694025973126078", + "kind": "compute#image", + "labelFingerprint": "42WmSpB8rSM=", + "name": "arch-v20260127", + "rawDisk": { + "containerType": "TAR", + "source": "" + }, + "selfLink": "https://www.googleapis.com/compute/v1/projects/kilabit/global/images/arch-v20260127", "sourceType": "RAW", "status": "READY", "storageLocations": [ |
