zabbix / zabbix-docker

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

Missing gzip package instalation in server-mysql/Dockerfile #1132

Closed kpodvolecky closed 9 months ago

kpodvolecky commented 9 months ago
SUMMARY

Running container from server-mysql:6.4.11 image fails due to line 274 in Dockerfiles/server-mysql/rhel/docker-entrypoint.sh which needs zcat command. As it is not in used RHEL 9.3 image.

I started mysql:8.2 container, then zabbix/zabbix-server-mysql-64 from redhat catalog. Starting then fails due to zcat command missing when creating schema.

OS / ENVIRONMENT / Used docker-compose files

Tested on arm64 architecture.

CONFIGURATION
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
dotneft commented 9 months ago

Hm... thank you! Looks like RHEL removed the package from default. Will fix it as soon as possible.

dotneft commented 9 months ago

Please check. The issue was resolved!

kpodvolecky commented 9 months ago

Tested, works! Thank you for your very quick response!