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-agent
becomeszabbixmultiarch/zabbix-agent
zabbix/zabbix-server-mysql
becomeszabbixmultiarch/zabbix-server-mysql
zabbix/zabbix-proxy-sqlite3
becomeszabbixmultiarch/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:tag
docker run --name some-zabbix-agent -e ZBX_HOSTNAME="some-hostname" -e ZBX_SERVER_HOST="some-zabbix-server" -d zabbixmultiarch/zabbix-agent:tag
All 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.