mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 13:47:21 -04:00
Removes the installation of sys-v init.d scripts from .deb and .rpms. All supported operating systems use systemd as the init system, as such, it is no longer necessary to continue to ship Sys-v Init.d scripts.
16 lines
942 B
JSON
16 lines
942 B
JSON
{
|
|
"latest": "5.0.0-alpha3",
|
|
"platforms" : {
|
|
"ubuntu-1604": { "box": "elastic/ubuntu-16.04-x86_64", "type": "debian" },
|
|
"ubuntu-1804": { "box": "elastic/ubuntu-18.04-x86_64", "type": "debian" },
|
|
"centos-7": { "box": "elastic/centos-7-x86_64", "type": "redhat" },
|
|
"oel-7": { "box": "elastic/oraclelinux-7-x86_64", "type": "redhat" },
|
|
"fedora-28": { "box": "elastic/fedora-28-x86_64", "type": "redhat", "experimental": true },
|
|
"fedora-29": { "box": "elastic/fedora-29-x86_64", "type": "redhat", "experimental": true },
|
|
"debian-8": { "box": "elastic/debian-8-x86_64", "type": "debian" },
|
|
"debian-9": { "box": "elastic/debian-9-x86_64", "type": "debian" },
|
|
"sles-11": { "box": "elastic/sles-11-x86_64", "type": "suse", "specific": true },
|
|
"sles-12": { "box": "elastic/sles-12-x86_64", "type": "suse", "specific": true },
|
|
"opensuse-13": { "box": "elastic/opensuse-13-x86_64", "type": "suse" }
|
|
}
|
|
}
|