zabbix-docker/build.json

49 lines
1.3 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",
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": [
2024-02-29 05:23:54 +01:00
"linux/amd64",
2024-03-04 03:55:07 +01:00
"linux/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-02-14 12:48:20 +01:00
"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 },
2024-03-09 09:21:33 +01:00
"server-pgsql": { "base": "build-pgsql", "rhel": true },
2024-02-14 12:48:20 +01:00
"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 },
2024-03-09 09:21:33 +01:00
"web-nginx-pgsql": { "base": "build-mysql", "rhel": true },
2024-02-14 12:48:20 +01:00
"web-service": { "base": "build-mysql", "rhel": true }
2021-09-14 11:41:09 +02:00
}
2024-02-14 09:25:33 +01:00
}