zabbix-docker/build.json

42 lines
1.5 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": [
"linux/amd64",
"linux/arm/v7",
2021-10-28 11:10:47 +02:00
"linux/arm64",
"linux/s390x"
2021-09-14 11:41:09 +02:00
],
2024-02-20 10:43:43 +01:00
"ol": [
"linux/amd64",
"linux/arm64"
],
"rhel": [
"X64"
],
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": {
"windows-2019": "ltsc2019",
"windows-2022": "ltsc2022"
2021-10-09 10:12:02 +02:00
},
2021-09-14 11:41:09 +02:00
"components": {
2024-02-20 10:43:43 +01:00
"agent": { "base": "build-mysql", "rhel": true, "rhel_project": "5f0e061669aea31642b7afc0" },
"agent2": { "base": "build-mysql", "rhel": true, "rhel_project": "5f6e1ccbecb524508951218b" },
"java-gateway": { "base": "build-mysql", "rhel": true, "rhel_project": "5f0e0619ac3db9037095d215" },
"proxy-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "5f0e0612ecb5245089451308" },
"proxy-sqlite3": { "base": "build-sqlite3", "rhel": true, "rhel_project": "5f109e1169aea31642b7b294" },
"server-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "5f109e16ecb52450894515f5" },
"server-pgsql": { "base": "build-pgsql", "rhel": false },
2024-02-20 10:43:43 +01:00
"snmptraps": { "base": "", "rhel": true, "rhel_project": "618567a9843af1624c4e452b" },
"web-apache-mysql": { "base": "build-mysql", "rhel": false },
"web-apache-pgsql": { "base": "build-pgsql", "rhel": false },
2024-02-20 10:43:43 +01:00
"web-nginx-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "5f109e312937386820360ef9" },
"web-nginx-pgsql": { "base": "build-mysql", "rhel": false }
2021-09-14 11:41:09 +02:00
}
}