Add verification for binary Zabbix components after installing dependencies

This commit is contained in:
Alexey Pustovalov
2024-12-25 14:28:21 +09:00
parent 9c9cf0acf6
commit f2e6dd4e1e
61 changed files with 126 additions and 107 deletions

View File

@@ -91,6 +91,7 @@ RUN set -eux && \
chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ && \
chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ && \
chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/
/usr/sbin/zabbix_proxy -V
EXPOSE 10051/TCP