add opensuse tumbleweed and ubuntu eoan

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-05-16 11:50:52 +00:00
parent c89c24bfb9
commit 36b5680263
1 changed files with 16 additions and 0 deletions

View File

@ -88,6 +88,14 @@ in [ Distro::{
"bd3c251ca52f9cf2ee0820258d75fd6d71502447eb0c7ae2592dc9a83ad7a0a1"
, minSize = 10
}
, Distro::{
, name = "opensuse-tumbleweed"
, downloadURL =
"https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-JeOS.x86_64-OpenStack-Cloud.qcow2"
, sha256Sum =
"e50635b742667009a0e4c067c96d6c403099034883447e7b0f0e8dfebdf40823"
, minSize = 5
}
, Distro::{
, name = "ubuntu-16.04"
, downloadURL =
@ -104,6 +112,14 @@ in [ Distro::{
"bea55c09dde0d5c2dbac8a73c2ce4b93061264ba9c354d67939ae0e259d32906"
, minSize = 5
}
, Distro::{
, name = "ubuntu-19.10"
, downloadURL =
"https://cloud-images.ubuntu.com/minimal/releases/eoan/release/ubuntu-19.10-minimal-cloudimg-amd64.img"
, sha256Sum =
"353210cc23889712489814d56761751f13c6eac07eb64fd014dca5aec85c7876"
, minSize = 5
}
, Distro::{
, name = "ubuntu-20.04"
, downloadURL =