zabbix/zabbix-docker

Missing gzip package instalation in server-mysql/Dockerfile

kpodvolecky opened this issue · 3 comments

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

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

Please check. The issue was resolved!

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