Merge pull request #941 from GNS3/upgrade-pfsense-image
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled

Add pfSense CE 2.7.2 image
This commit is contained in:
Jeremy Grossmann 2024-12-23 22:56:49 +07:00 committed by GitHub
commit 56ee26ddc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,13 @@
"process_priority": "normal" "process_priority": "normal"
}, },
"images": [ "images": [
{
"filename": "pfSense-CE-2.7.2-RELEASE-amd64.iso",
"version": "2.7.2",
"md5sum": "50c3e723d68ec74d038041a34fa846f8",
"filesize": 874672128,
"download_url": "https://www.pfsense.org/download/mirror.php?section=downloads"
},
{ {
"filename": "pfSense-CE-2.7.0-RELEASE-amd64.iso", "filename": "pfSense-CE-2.7.0-RELEASE-amd64.iso",
"version": "2.7.0", "version": "2.7.0",
@ -76,6 +83,13 @@
} }
], ],
"versions": [ "versions": [
{
"name": "2.7.2",
"images": {
"hda_disk_image": "empty100G.qcow2",
"cdrom_image": "pfSense-CE-2.7.2-RELEASE-amd64.iso"
}
},
{ {
"name": "2.7.0", "name": "2.7.0",
"images": { "images": {