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",
|
2024-12-07 12:32:05 +01:00
|
|
|
"linux/ppc64le",
|
|
|
|
"linux/riscv64"
|
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",
|
2024-12-07 12:32:05 +01:00
|
|
|
"linux/s390x",
|
|
|
|
"linux/riscv64"
|
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": {
|
2025-01-09 08:23:41 +01:00
|
|
|
"agent": { "base": "build-mysql", "rhel": true, "rhel_project": "677f77db8eed271c3b57f89c"},
|
|
|
|
"agent2": { "base": "build-mysql", "rhel": true, "rhel_project": "677f77f5ff828d13ec600136" },
|
|
|
|
"java-gateway": { "base": "build-mysql", "rhel": true, "rhel_project": "677f78017d3958c7db3b9dab" },
|
|
|
|
"proxy-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "677f77fc29e466cc49028e7c" },
|
|
|
|
"proxy-sqlite3": { "base": "build-sqlite3", "rhel": true, "rhel_project": "677f780fff828d13ec600197" },
|
|
|
|
"server-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "677f782b7d3958c7db3b9e8b" },
|
|
|
|
"server-pgsql": { "base": "build-pgsql", "rhel": true, "rhel_project": "677f7810d6738ecb1fe1a3cd" },
|
|
|
|
"snmptraps": { "base": "", "rhel": true, "rhel_project": "677f7883ff828d13ec600382" },
|
2024-02-14 12:48:20 +01:00
|
|
|
"web-apache-mysql": { "base": "build-mysql", "rhel": false },
|
|
|
|
"web-apache-pgsql": { "base": "build-pgsql", "rhel": false },
|
2025-01-09 08:23:41 +01:00
|
|
|
"web-nginx-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "677f780e6f42ae1c4ca93a2a" },
|
|
|
|
"web-nginx-pgsql": { "base": "build-mysql", "rhel": true, "rhel_project": "677f7819e7d294799b950af7" },
|
|
|
|
"web-service": { "base": "build-mysql", "rhel": true, "rhel_project": "677f7836504e39205ffe84fe" }
|
2021-09-14 11:41:09 +02:00
|
|
|
}
|
2024-02-14 09:25:33 +01:00
|
|
|
}
|