1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-06-25 09:22:39 +00:00

Sync appliances

This commit is contained in:
grossmj 2025-02-25 17:12:28 +08:00
parent 59c2eeb536
commit edc855dcb5
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -30,6 +30,13 @@
"on_close": "shutdown_signal" "on_close": "shutdown_signal"
}, },
"images": [ "images": [
{
"filename": "vyos-1.4.1-kvm-amd64.qcow2",
"version": "1.4.1",
"md5sum": "5b8ebcd9905719d24405ed093afdd8ba",
"filesize": 513736704,
"download_url": "https://support.vyos.io/"
},
{ {
"filename": "vyos-1.4.0-kvm-amd64.qcow2", "filename": "vyos-1.4.0-kvm-amd64.qcow2",
"version": "1.4.0", "version": "1.4.0",
@ -109,6 +116,12 @@
} }
], ],
"versions": [ "versions": [
{
"name": "1.4.1",
"images": {
"hda_disk_image": "vyos-1.4.1-kvm-amd64.qcow2"
}
},
{ {
"name": "1.4.0", "name": "1.4.0",
"images": { "images": {