|
1 | 1 | {
|
2 | 2 | "appliance_id": "4d351078-c6f5-444c-ab30-0ef20e3d8c53",
|
3 |
| - "name": "infix", |
| 3 | + "name": "Infix", |
4 | 4 | "category": "router",
|
5 |
| - "description": "Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling.", |
| 5 | + "description": "Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling.", |
6 | 6 | "vendor_name": "KernelKit",
|
7 | 7 | "vendor_url": "https://github.com/kernelkit",
|
8 | 8 | "vendor_logo_url": "https://kernelkit.org/assets/img/jack.png",
|
9 | 9 | "product_name": "Infix",
|
10 |
| - "registry_version": 6, |
| 10 | + "registry_version": 4, |
11 | 11 | "documentation_url": "https://github.com/kernelkit/infix/tree/main/doc",
|
12 | 12 | "status": "stable",
|
13 | 13 | "availability": "free",
|
|
37 | 37 | "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
|
38 | 38 | "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/OVMF-edk2-stable202305.fd.zip/download",
|
39 | 39 | "compression": "zip"
|
40 |
| - }, |
41 |
| - { |
| 40 | + }, |
| 41 | + { |
42 | 42 | "filename": "infix-x86_64-disk-24.11.1.img",
|
43 | 43 | "filesize": 536870912,
|
44 | 44 | "md5sum": "673a123fe122d1c2f5724baf9965a19d",
|
45 | 45 | "version": "24.11.1",
|
46 | 46 | "download_url": "https://github.com/kernelkit/infix/releases/download/v24.11.1/infix-x86_64-24.11.1.tar.gz",
|
47 | 47 | "compression": "gzip"
|
| 48 | + }, |
| 49 | + { |
| 50 | + "filename": "infix-x86_64-disk-25.01.0.img", |
| 51 | + "filesize": 536870912, |
| 52 | + "md5sum": "a814d93b385116b4a35712c445b5f830", |
| 53 | + "version": "25.01.0", |
| 54 | + "download_url": "https://github.com/kernelkit/infix/releases/download/v25.01.0/infix-x86_64-25.01.0.tar.gz", |
| 55 | + "compression": "gzip" |
48 | 56 | }
|
| 57 | + |
49 | 58 | ],
|
50 | 59 | "versions": [
|
| 60 | + { |
| 61 | + "name": "25.01.0", |
| 62 | + "images": { |
| 63 | + "bios_image": "OVMF-edk2-stable202305.fd", |
| 64 | + "hda_disk_image": "infix-x86_64-disk-25.01.0.img" |
| 65 | + } |
| 66 | + }, |
51 | 67 | {
|
52 | 68 | "name": "24.11.1",
|
53 | 69 | "images": {
|
|
0 commit comments