zabbix-docker/build.json

41 lines
886 B
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/v6",
"linux/arm/v7",
2021-10-28 11:10:47 +02:00
"linux/arm64",
"linux/s390x"
2021-09-14 11:41:09 +02:00
],
"ol": [
"linux/amd64",
"linux/arm64"
],
"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-2022": "ltsc2022",
2021-10-09 11:35:31 +02:00
"windows-2019": "ltsc2019"
2021-10-09 10:12:02 +02:00
},
2021-09-14 11:41:09 +02:00
"components": {
"agent": "build-mysql",
"agent2": "build-mysql",
"java-gateway": "build-mysql",
"proxy-mysql": "build-mysql",
"proxy-sqlite3": "build-sqlite3",
"server-mysql": "build-mysql",
"server-pgsql": "build-pgsql",
"snmptraps": "",
"web-apache-mysql": "build-mysql",
"web-apache-pgsql": "build-pgsql",
"web-nginx-mysql": "build-mysql",
"web-nginx-pgsql": "build-mysql",
"web-service": "build-mysql"
}
}