Files
ubicloud/config.rb
Daniel Farina 6a02d4b8fd Update revision for Ubuntu and Debian images
It's important to download those images before applying this,
especially in production, but development environments will need to
download new images as well.

You should use `VmHost#download_boot_image`:

	vmh.download_boot_image(image_name: "ubuntu-noble", version: Config.ubuntu_noble_version)
	vmh.download_boot_image(image_name: "ubuntu-jammy", version: Config.ubuntu_jammy_version)
	vmh.download_boot_image(image_name: "debian-12", version: Config.debian_12_version)
2025-05-16 13:39:16 -07:00

8.5 KiB