1 changed files with 117 additions and 0 deletions
@ -1,9 +1,126 @@ |
|||||
{ |
{ |
||||
"Images": [ |
"Images": [ |
||||
|
{ |
||||
|
"name": "ubuntu-20.04", |
||||
|
"dir": "packer_templates/ubuntu", |
||||
|
"config":"ubuntu-20.10-amd64.json" |
||||
|
}, |
||||
{ |
{ |
||||
"name": "ubuntu-18.04", |
"name": "ubuntu-18.04", |
||||
"dir": "packer_templates/ubuntu", |
"dir": "packer_templates/ubuntu", |
||||
"config":"ubuntu-18.04-amd64.json" |
"config":"ubuntu-18.04-amd64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ubuntu-16.04", |
||||
|
"dir": "packer_templates/ubuntu", |
||||
|
"config":"ubuntu-16.04-amd64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "debian-9.13", |
||||
|
"dir": "packer_templates/debian", |
||||
|
"config":"debian-9.13-amd64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "debian-10.8", |
||||
|
"dir": "packer_templates/debian", |
||||
|
"config":"debian-10.8-amd64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "debian-9.13-i386", |
||||
|
"dir": "packer_templates/debian", |
||||
|
"config":"debian-9.13-i386.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "debian-10.8", |
||||
|
"dir": "packer_templates/debian", |
||||
|
"config":"debian-10.8-i386.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "almalinux-8.3", |
||||
|
"dir": "packer_templates/almalinux", |
||||
|
"config":"almalinux-8.3-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "scientific-7.8", |
||||
|
"dir": "packer_templates/scientificlinux", |
||||
|
"config":"scientific-7.8-x86_64.json" |
||||
|
}, |
||||
|
|
||||
|
{ |
||||
|
"name": "centos-8.3", |
||||
|
"dir": "packer_templates/centos", |
||||
|
"config":"centos-8.3-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "centos-7.9", |
||||
|
"dir": "packer_templates/centos", |
||||
|
"config":"centos-7.9-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "centos-6.10", |
||||
|
"dir": "packer_templates/centos", |
||||
|
"config":"centos-6.10-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "centos-6.10-i386", |
||||
|
"dir": "packer_templates/centos", |
||||
|
"config":"centos-6.10-i386.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "centos-stream-8", |
||||
|
"dir": "packer_templates/centos", |
||||
|
"config":"centos-stream-8-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "opensuse-leap-15.2", |
||||
|
"dir": "packer_templates/opensuse", |
||||
|
"config":"opensuse-leap-15.2-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "oracle-8.3", |
||||
|
"dir": "packer_templates/oraclelinux", |
||||
|
"config":"oracle-8.3-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "oracle-7.9", |
||||
|
"dir": "packer_templates/oraclelinux", |
||||
|
"config":"oracle-7.9-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "oracle-6.10", |
||||
|
"dir": "packer_templates/oraclelinux", |
||||
|
"config":"oracle-6.10-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "oracle-6.10-i386", |
||||
|
"dir": "packer_templates/oraclelinux", |
||||
|
"config":"oracle-6.10-i386.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "fedora-33", |
||||
|
"dir": "packer_templates/fedora", |
||||
|
"config":"fedora-33-x86_64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "fedora-32", |
||||
|
"dir": "packer_templates/fedora", |
||||
|
"config":"fedora-32-x86_64.json" |
||||
|
}, |
||||
|
|
||||
|
{ |
||||
|
"name": "freebsd-13.0", |
||||
|
"dir": "packer_templates/freebsd", |
||||
|
"config":"freebsd-13.0-amd64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "freebsd-12.2", |
||||
|
"dir": "packer_templates/freebsd", |
||||
|
"config":"freebsd-12.2-amd64.json" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "freebsd-12.2-i386", |
||||
|
"dir": "packer_templates/freebsd", |
||||
|
"config":"freebsd-12.2-i386.json" |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
|
Loading…
Reference in new issue