mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-14 03:44:49 +01:00
41 lines
886 B
JSON
41 lines
886 B
JSON
{
|
|
"os-linux": {
|
|
"alpine": [
|
|
"linux/386",
|
|
"linux/amd64",
|
|
"linux/arm/v6",
|
|
"linux/arm/v7",
|
|
"linux/arm64",
|
|
"linux/s390x"
|
|
],
|
|
"ol": [
|
|
"linux/amd64",
|
|
"linux/arm64"
|
|
],
|
|
"ubuntu": [
|
|
"linux/amd64",
|
|
"linux/arm/v7",
|
|
"linux/arm64",
|
|
"linux/s390x"
|
|
]
|
|
},
|
|
"os-windows": {
|
|
"windows-2022": "ltsc2022",
|
|
"windows-2019": "ltsc2019"
|
|
},
|
|
"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"
|
|
}
|
|
} |