mirror of
https://mirror.skon.top/github.com/zabbix/zabbix-docker
synced 2026-04-20 21:00:35 +08:00
Some checks failed
Build images (DockerHub) / Initialize build (push) Has been cancelled
Build images (DockerHub) / Build base on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub) / Build ${{ matrix.build }} base on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub) / Build ${{ matrix.build }} on ${{ matrix.os }} (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
SonarCloud analysis / Analysis (push) Has been cancelled
Build images (RedHat) / Initialize build (push) Has been cancelled
Build images (DockerHub, Windows) / Initialize build (push) Has been cancelled
Build images (RedHat) / Build ${{ matrix.build }} base (${{ matrix.arch }}) (push) Has been cancelled
Build images (RedHat) / Build ${{ matrix.build }} image (${{ matrix.arch }}) (push) Has been cancelled
Build images (RedHat) / Clear ${{ matrix.build }} image cache (${{ matrix.arch }}) (push) Has been cancelled
Build images (DockerHub, Windows) / Build ${{ matrix.component }} base on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub, Windows) / Build ${{ matrix.component }} sources on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub, Windows) / Build ${{ matrix.component }} on ${{ matrix.os }} (push) Has been cancelled
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"os-linux": {
|
|
"alpine": [
|
|
"linux/amd64",
|
|
"linux/arm64",
|
|
"linux/s390x",
|
|
"linux/ppc64le",
|
|
"linux/riscv64"
|
|
],
|
|
"centos": [
|
|
"linux/amd64",
|
|
"linux/arm64"
|
|
],
|
|
"ol": [
|
|
"linux/amd64",
|
|
"linux/arm64"
|
|
],
|
|
"rhel": [
|
|
"X64",
|
|
"ARM64"
|
|
],
|
|
"ubuntu": [
|
|
"linux/amd64",
|
|
"linux/arm64",
|
|
"linux/ppc64le"
|
|
]
|
|
},
|
|
"os-windows": {
|
|
"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 }
|
|
}
|
|
}
|