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
|
|
|
],
|
2022-05-10 16:30:21 +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": [
|
|
|
|
"X64",
|
|
|
|
"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 },
|
|
|
|
"server-pgsql": { "base": "build-pgsql", "rhel": false },
|
|
|
|
"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": false },
|
|
|
|
"web-service": { "base": "build-mysql", "rhel": true }
|
2021-09-14 11:41:09 +02:00
|
|
|
}
|
2024-02-14 09:25:33 +01:00
|
|
|
}
|