"git@developer.sourcefind.cn:change/sglang.git" did not exist on "08b8c0c3cd636e1e73bba5e667a6aa90df804546"
Commit 299dc035 authored by Marvin Meiers's avatar Marvin Meiers Committed by Antoine Kaufmann
Browse files

images: use release 20240207 of the ubuntu minimal cloud image

Switch to an older release of the ubuntu minimal cloud image, because
the most recent version (20240222) introduced a bug that prevents the
base image from building.
parent aa87a490
...@@ -31,8 +31,8 @@ source "qemu" "autogenerated_1" { ...@@ -31,8 +31,8 @@ source "qemu" "autogenerated_1" {
disk_compression = "${var.compressed}" disk_compression = "${var.compressed}"
headless = true headless = true
http_directory = "scripts" http_directory = "scripts"
iso_checksum = "file:https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS" iso_checksum = "file:https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240207/SHA256SUMS"
iso_url = "https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img" iso_url = "https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240207/ubuntu-22.04-minimal-cloudimg-amd64.img"
memory = "${var.memory}" memory = "${var.memory}"
net_device = "virtio-net" net_device = "virtio-net"
output_directory = "output-${var.outname}" output_directory = "output-${var.outname}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment