Please use the upstream images now that zabbix/zabbix-docker#558 is done.
You can find the resulting images in the zabbixmultiarch Docker Hub organization.
To get started please refer to the upstream documentation.
Since this here project builds the exact same images as upstream you can simply replace the image names.
zabbix/zabbix-agentbecomeszabbixmultiarch/zabbix-agentzabbix/zabbix-server-mysqlbecomeszabbixmultiarch/zabbix-server-mysqlzabbix/zabbix-proxy-sqlite3becomeszabbixmultiarch/zabbix-proxy-sqlite3- etc.
docker run --name some-zabbix-proxy-sqlite3 -e ZBX_HOSTNAME=some-hostname -e ZBX_SERVER_HOST=some-zabbix-server -d zabbixmultiarch/zabbix-proxy-sqlite3:tagdocker run --name some-zabbix-agent -e ZBX_HOSTNAME="some-hostname" -e ZBX_SERVER_HOST="some-zabbix-server" -d zabbixmultiarch/zabbix-agent:tagAll upstream projects are built using GitHub Actions except zabbix-agent2 since it won't build properly with buildx and QEMU for ARM.
I currently build zabbix-agent2 locally every day using an AMD64 machine and a Raspberry Pi.
Sadly due to a bug in buildx only the latest tag get published for the moment.