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": [
|
2021-10-28 00:45:54 +02:00
|
|
|
"linux/386",
|
2021-09-14 11:41:09 +02:00
|
|
|
"linux/amd64",
|
|
|
|
"linux/arm/v7",
|
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
|
|
|
],
|
2024-02-17 15:47:13 +01:00
|
|
|
"ol": [
|
|
|
|
"linux/amd64",
|
|
|
|
"linux/arm64"
|
|
|
|
],
|
2024-02-16 10:45:59 +01:00
|
|
|
"rhel": [
|
|
|
|
"X64"
|
|
|
|
],
|
2021-09-14 11:41:09 +02:00
|
|
|
"ubuntu": [
|
|
|
|
"linux/amd64",
|
|
|
|
"linux/arm/v7",
|
2021-10-27 21:28:33 +02:00
|
|
|
"linux/arm64",
|
2021-10-28 02:03:52 +02:00
|
|
|
"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-16 10:45:59 +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-20 09:21:50 +01:00
|
|
|
"agent": { "base": "build-mysql", "rhel": true, "rhel_project": "622f43b04a14c05796114d0d" },
|
|
|
|
"agent2": { "base": "build-mysql", "rhel": true, "rhel_project": "622f439c146e47a748c01a8c" },
|
|
|
|
"java-gateway": { "base": "build-mysql", "rhel": true, "rhel_project": "622f43c1146e47a748c01a8d" },
|
|
|
|
"proxy-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "622f43ac4a14c05796114d0c" },
|
|
|
|
"proxy-sqlite3": { "base": "build-sqlite3", "rhel": true, "rhel_project": "622f43c2146e47a748c01a8e" },
|
|
|
|
"server-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "622f43bb4a14c05796114d0e" },
|
2024-02-16 10:45:59 +01:00
|
|
|
"server-pgsql": { "base": "build-pgsql", "rhel": false },
|
2024-02-20 09:21:50 +01:00
|
|
|
"snmptraps": { "base": "", "rhel": true, "rhel_project": "622f43914a14c05796114d0b" },
|
2024-02-16 10:45:59 +01:00
|
|
|
"web-apache-mysql": { "base": "build-mysql", "rhel": false },
|
|
|
|
"web-apache-pgsql": { "base": "build-pgsql", "rhel": false },
|
2024-02-20 09:21:50 +01:00
|
|
|
"web-nginx-mysql": { "base": "build-mysql", "rhel": true, "rhel_project": "622f43b72e84c15317c26ed0" },
|
2024-02-16 10:45:59 +01:00
|
|
|
"web-nginx-pgsql": { "base": "build-mysql", "rhel": false },
|
2024-02-20 09:21:50 +01:00
|
|
|
"web-service": { "base": "build-mysql", "rhel": true, "rhel_project": "622f43c9f19c93b02846c894" }
|
2021-09-14 11:41:09 +02:00
|
|
|
}
|
2024-02-16 10:45:59 +01:00
|
|
|
}
|