zabbix / zabbix-docker

Official Zabbix Dockerfiles
https://www.zabbix.com
GNU Affero General Public License v3.0
2.4k stars 1.38k forks source link

Make busybox image configurable #1542

Closed ponchofiesta closed 1 month ago

ponchofiesta commented 1 month ago
SUMMARY

Actually major docker images are configurable via .env file. But the busybox image is hard coded into compose file. When using private docker registries it is necessary to change all image names to a local registry.

OS / ENVIRONMENT / Used docker-compose files
CONFIGURATION
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
dotneft commented 1 month ago

Done! Thank you!

ponchofiesta commented 1 month ago

@dotneft Thank you. But I think there was a mistake: https://github.com/zabbix/zabbix-docker/commit/f16ba34a342a01154e58c6f15208cc05d1012f8d#r148349111

dotneft commented 1 month ago

Yes, sorry, fixed!