We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc6e62b + a0bf131 commit fb7d3d0Copy full SHA for fb7d3d0
appliances/vyos.gns3a
@@ -30,6 +30,13 @@
30
"on_close": "shutdown_signal"
31
},
32
"images": [
33
+ {
34
+ "filename": "vyos-1.4.2-kvm-amd64.qcow2",
35
+ "version": "1.4.2",
36
+ "md5sum": "78c5935e05a7bbd94a639fcee18f5799",
37
+ "filesize": 514064384,
38
+ "download_url": "https://support.vyos.io/"
39
+ },
40
{
41
"filename": "vyos-1.4.1-kvm-amd64.qcow2",
42
"version": "1.4.1",
@@ -116,6 +123,12 @@
116
123
}
117
124
],
118
125
"versions": [
126
127
+ "name": "1.4.2",
128
+ "images": {
129
+ "hda_disk_image": "vyos-1.4.2-kvm-amd64.qcow2"
130
+ }
131
119
132
120
133
"name": "1.4.1",
121
134
"images": {
0 commit comments