New releases

This commit is contained in:
adosztal 2018-11-02 08:59:28 +01:00
parent 27279babbb
commit c8e3b36a59
2 changed files with 30 additions and 0 deletions

View File

@ -21,6 +21,15 @@
"kvm": "allow"
},
"images": [
{
"filename": "coreos_production_qemu_image.1855.5.0.img",
"version": "1855.5.0",
"md5sum": "6b5b06bc47446277c5c536c09b5a7988",
"filesize": 924319744,
"download_url": "http://stable.release.core-os.net/amd64-usr/1855.5.0/",
"direct_download_url": "http://stable.release.core-os.net/amd64-usr/1855.5.0/coreos_production_qemu_image.img.bz2",
"compression": "bzip2"
},
{
"filename": "coreos_production_qemu_image.1688.5.3.img",
"version": "1688.5.3",
@ -167,6 +176,12 @@
}
],
"versions": [
{
"name": "1855.5.0",
"images": {
"hda_disk_image": "coreos_production_qemu_image.1855.5.0.img"
}
},
{
"name": "1688.5.3",
"images": {

View File

@ -22,6 +22,15 @@
"kvm": "require"
},
"images": [
{
"filename": "FreeBSD-11.2-RELEASE-amd64.qcow2",
"version": "11.2",
"md5sum": "44d37e65be4bb4054f067911c84d074a",
"filesize": 1630076928,
"download_url": "https://www.freebsd.org/where.html",
"direct_download_url": "https://download.freebsd.org/ftp/releases/VM-IMAGES/11.2-RELEASE/amd64/Latest/FreeBSD-11.2-RELEASE-amd64.qcow2.xz",
"compression": "xz"
},
{
"filename": "FreeBSD-11.1-RELEASE-amd64.qcow2",
"version": "11.1",
@ -60,6 +69,12 @@
}
],
"versions": [
{
"name": "11.2",
"images": {
"hda_disk_image": "FreeBSD-11.2-RELEASE-amd64.qcow2"
}
},
{
"name": "11.1",
"images": {