zabbix-docker/build.json

51 lines
1.8 KiB
JSON
Raw Normal View History

2021-09-14 11:41:09 +02:00
{
2021-10-09 10:12:02 +02:00
"os-linux": {
2021-09-14 11:41:09 +02:00
"alpine": [
2021-10-28 00:45:54 +02:00
"linux/386",
2021-09-14 11:41:09 +02:00
"linux/amd64",
"linux/arm/v7",
2021-10-28 11:10:47 +02:00
"linux/arm64",
2024-01-29 08:26:07 +01:00
"linux/s390x",
"linux/ppc64le"
2021-09-14 11:41:09 +02:00
],
2024-02-14 12:51:57 +01:00
"centos": [
"linux/amd64",
"linux/arm64",
"linux/ppc64le"
],
2021-09-14 11:41:09 +02:00
"ol": [
"linux/amd64",
"linux/arm64"
],
2024-02-14 12:51:57 +01:00
"rhel": [
2024-03-14 06:04:56 +01:00
"X64",
"ARM64"
2024-02-14 12:51:57 +01:00
],
2021-09-14 11:41:09 +02:00
"ubuntu": [
"linux/amd64",
"linux/arm/v7",
2021-10-27 21:28:33 +02:00
"linux/arm64",
2021-10-28 02:03:52 +02:00
"linux/s390x"
2021-10-06 22:41:16 +02:00
]
2021-09-14 11:41:09 +02:00
},
2021-10-09 10:12:02 +02:00
"os-windows": {
2024-02-14 12:51:57 +01:00
"windows-2019": "ltsc2019",
"windows-2022": "ltsc2022"
2021-10-09 10:12:02 +02:00
},
2021-09-14 11:41:09 +02:00
"components": {
"agent": { "base": "build-mysql", "rhel": true, "rhel_project": "63f30e7a9b0ca19f84ed9bad" },
"agent2": { "base": "build-mysql", "rhel": true, "rhel_project": "63f30e0f0483afdd5e26f6f5" },
"java-gateway": { "base": "build-mysql", "rhel": true, "rhel_project": "63f30e3c51aac3123e043e54" },
"proxy-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "63f30e4f8f6bfc30cd1440d8" },
"proxy-sqlite3": { "base": "build-sqlite3", "rhel": true, "rhel_project": "63f30e273f0b02a2e2cbdad1" },
"server-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "63f30e629b0ca19f84ed9b80" },
2024-03-09 09:21:33 +01:00
"server-pgsql": { "base": "build-pgsql", "rhel": true, "rhel_project": "" },
"snmptraps": { "base": "", "rhel": true, "rhel_project": "63f30e2d0ef1d13d82d39793" },
2024-02-14 12:51:57 +01:00
"web-apache-mysql": { "base": "build-mysql", "rhel": false },
"web-apache-pgsql": { "base": "build-pgsql", "rhel": false },
"web-nginx-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "63f30e478857871bae486514" },
2024-03-09 09:21:33 +01:00
"web-nginx-pgsql": { "base": "build-mysql", "rhel": true, "rhel_project": "" },
"web-service": { "base": "build-mysql", "rhel": true, "rhel_project": "63f30e3a3854c988f07dacbe" }
2021-09-14 11:41:09 +02:00
}
2024-02-14 06:02:04 +01:00
}