zabbix-docker/build.json

49 lines
1.8 KiB
JSON
Raw Permalink 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": [
"linux/amd64",
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
],
"centos": [
"linux/amd64",
"linux/arm64",
"linux/ppc64le"
2024-02-14 09:25:33 +01:00
],
2024-02-14 12:48:20 +01:00
"ol": [
"linux/amd64",
"linux/arm64"
],
2024-02-14 09:25:33 +01:00
"rhel": [
"X64",
"ARM64"
2024-02-14 12:48:20 +01:00
],
"ubuntu": [
"linux/amd64",
"linux/arm/v7",
"linux/arm64",
"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:48:20 +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": {
2024-06-04 07:59:24 +02:00
"agent": { "base": "build-mysql", "rhel": true, "rhel_project": "664254aaff927b6e9cd8af93" },
"agent2": { "base": "build-mysql", "rhel": true, "rhel_project": "66425489c3f1cbe661cf6135" },
"java-gateway": { "base": "build-mysql", "rhel": true, "rhel_project": "66425456fc1b23180a424e19" },
"proxy-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "6642544aa84deaf9b8e1e987" },
"proxy-sqlite3": { "base": "build-sqlite3", "rhel": true, "rhel_project": "6642544aff927b6e9cd8ac61" },
"server-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "66425419fc1b23180a424c56" },
"server-pgsql": { "base": "build-pgsql", "rhel": true, "rhel_project": "6642543965a1ed1a86f32682" },
"snmptraps": { "base": "", "rhel": true, "rhel_project": "664254bc08b6cb1b593897e4" },
"web-apache-mysql": { "base": "build-mysql", "rhel": false, "rhel_project": "" },
"web-apache-pgsql": { "base": "build-pgsql", "rhel": false, "rhel_project": "" },
"web-nginx-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "63f30e478857871bae486514" },
"web-nginx-pgsql": { "base": "build-mysql", "rhel": true, "rhel_project": "6642547fdda1f56ae53a02c0" },
"web-service": { "base": "build-mysql", "rhel": true, "rhel_project": "6642545cee5752ff64eaeea5" }
2021-09-14 11:41:09 +02:00
}
2024-02-14 09:25:33 +01:00
}