Skip to content

Commit 2d9032d

Browse files
authored
Merge pull request #972 from mattiaswal/update-infix
infix: Add new release 2025.05.0
2 parents fb7d3d0 + 0cca130 commit 2d9032d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

appliances/infix.gns3a

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"appliance_id": "4d351078-c6f5-444c-ab30-0ef20e3d8c53",
33
"name": "Infix",
44
"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 - Embedded done right. Infix is a free, Linux-based system, built on Buildroot and sysrepo. A powerful mix that eases porting to different platforms, simplifies long-term maintenance, and provides easy management using NETCONF, RESTCONF, or the built-in command line interface (CLI). Infix is suitable for switches/routers/other with built-in Docker container support (OCI).",
66
"vendor_name": "KernelKit",
77
"vendor_url": "https://github.com/kernelkit",
88
"vendor_logo_url": "https://kernelkit.org/assets/img/jack.png",
@@ -76,9 +76,24 @@
7676
"md5sum": "84bd999513325d0007d0e6587abc6140",
7777
"version": "25.04.0",
7878
"direct_download_url": "https://github.com/kernelkit/infix/releases/download/v25.04.0/infix-x86_64-disk-25.04.0.qcow2"
79+
},
80+
{
81+
"filename": "infix-x86_64-disk-25.05.0.qcow2",
82+
"filesize": 259958784,
83+
"md5sum": "a6b1b3a6bccc60bb5214f2b864602fde",
84+
"version": "25.05.0",
85+
"direct_download_url": "https://github.com/kernelkit/infix/releases/download/v25.05.0/infix-x86_64-disk-25.05.0.qcow2"
7986
}
87+
8088
],
8189
"versions": [
90+
{
91+
"name": "25.05.0",
92+
"images": {
93+
"bios_image": "OVMF-edk2-stable202305.fd",
94+
"hda_disk_image": "infix-x86_64-disk-25.05.0.qcow2"
95+
}
96+
},
8297
{
8398
"name": "25.04.0",
8499
"images": {

0 commit comments

Comments
 (0)