aboutsummaryrefslogtreecommitdiff
path: root/current-images.txt
AgeCommit message (Collapse)Author
2026-01-28all: set the resolv.conf symlinked to systemd stub-resolv.confShulhan
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).
2025-12-26all: remove pacman-init service and ops-agent config.yamlShulhan
The original pacman-init.service usage is to populate the pacman keyrings. Since we install archlinux-keyring package at pacstrap, we did not need to do it anymore. On ops-agent, the latest package released that include the same config.yaml.
2025-12-26all: create the images under project name kilabitShulhan
We are currently cleaning up my GCP account, so we unify some projects into one. The arch-builder now moved under kilabit project.
2025-12-25all: remove dependency on gce repositoryShulhan
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
2025-12-24all: manage network with systemd-networkShulhan
This remove dhclient and add polkit as dependencies for systemd-hostnamed.
2023-09-12all: set default ops-agent syslog from systemd_journaldShulhan
Systemd journald in ArchLinux does not forward the log to syslog anymore. This fix empty instance log in Cloud Logs Explorer.
2023-04-27all: update the current-images.txt with our own latest imagesShulhan
2022-09-10Adds latest built image.1.0Lorenzo Castelli
2022-06-30Doesn't remove packages from installation.Lorenzo Castelli
Having initial packages around is useful in case an upgrade breaks something in the system, in order to allow rolling back to the previous working version. These are not generally recovarable by the users since mirrors garbage collect them, so keeping them in the image seems a reasonable default.
2022-05-14Enable UEFI_COMPATIBLE and GVNIC guest OS features and create a new imageSamuel Littley
Fixes #44
2022-03-15Add a list of current imagesSamuel Littley
Fixes #36