mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-23 00:03:42 +01:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"os-linux": {
|
|
"alpine": [
|
|
"linux/amd64",
|
|
"linux/arm64",
|
|
"linux/s390x",
|
|
"linux/ppc64le"
|
|
],
|
|
"centos": [
|
|
"linux/amd64",
|
|
"linux/arm64",
|
|
"linux/ppc64le"
|
|
],
|
|
"ol": [
|
|
"linux/amd64",
|
|
"linux/arm64"
|
|
],
|
|
"rhel": [
|
|
"X64",
|
|
"ARM64"
|
|
],
|
|
"ubuntu": [
|
|
"linux/amd64",
|
|
"linux/arm/v7",
|
|
"linux/arm64",
|
|
"linux/s390x"
|
|
]
|
|
},
|
|
"os-windows": {
|
|
"windows-2019": "ltsc2019",
|
|
"windows-2022": "ltsc2022"
|
|
},
|
|
"components": {
|
|
"agent": { "base": "build-mysql", "rhel": true },
|
|
"agent2": { "base": "build-mysql", "rhel": true },
|
|
"java-gateway": { "base": "build-mysql", "rhel": true },
|
|
"proxy-mysql": { "base": "build-mysql", "rhel": true },
|
|
"proxy-sqlite3": { "base": "build-sqlite3", "rhel": true },
|
|
"server-mysql": { "base": "build-mysql", "rhel": true },
|
|
"server-pgsql": { "base": "build-pgsql", "rhel": true },
|
|
"snmptraps": { "base": "", "rhel": true },
|
|
"web-apache-mysql": { "base": "build-mysql", "rhel": false },
|
|
"web-apache-pgsql": { "base": "build-pgsql", "rhel": false },
|
|
"web-nginx-mysql": { "base": "build-mysql", "rhel": true },
|
|
"web-nginx-pgsql": { "base": "build-mysql", "rhel": true },
|
|
"web-service": { "base": "build-mysql", "rhel": true }
|
|
}
|
|
}
|