zabbix-web-nginx-mysql (1.0.0)
Published 2023-09-30 16:51:04 +08:00 by macrocc
Installation
docker pull macrocc.com:3000/macrocc/zabbix-web-nginx-mysql:1.0.0
sha256:34925fec71289fee21a4fc6a4b1f50fdb58260b2665b63161295547b24fc6edf
About this package
Zabbix web-interface based on Nginx web server with MySQL database support
Image Layers
ADD file:34296f9d3bfef54631f62b663f47a2df38957edc83413167ede2e53b2a5d5909 in / |
CMD ["/bin/bash"] |
ARG MAJOR_VERSION |
ARG ZBX_VERSION |
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git |
ENV TERM=xterm ZBX_VERSION=6.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git |
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.documentation=https://www.zabbix.com/documentation/6.4/manual/installation/containers org.opencontainers.image.licenses=GPL v2.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=6.4.7 |
STOPSIGNAL SIGTERM |
COPY /tmp/zabbix-6.4.7/ui /usr/share/zabbix # buildkit |
COPY conf/etc/ /etc/ # buildkit |
COPY conf/etc/yum.repos.d/oracle-epel-ol9.repo /etc/yum.repos.d/oracle-epel-ol9.repo # buildkit |
RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && microdnf -y install --disablerepo="*" --enablerepo="ol9_baseos_latest" --enablerepo="ol9_appstream" --enablerepo="ol9_developer_EPEL" --setopt=install_weak_deps=0 --best --nodocs ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && chown --quiet -R zabbix:root /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chown --quiet -R zabbix:root /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && microdnf -y remove findutils glibc-locale-source && microdnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit |
EXPOSE map[8080/tcp:{} 8443/tcp:{}] |
WORKDIR /usr/share/zabbix |
COPY docker-entrypoint.sh /usr/bin/ # buildkit |
USER 1997 |
ENTRYPOINT ["docker-entrypoint.sh"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.authors | Alexey Pustovalov <alexey.pustovalov@zabbix.com> |
org.opencontainers.image.description | Zabbix web-interface based on Nginx web server with MySQL database support |
org.opencontainers.image.documentation | https://www.zabbix.com/documentation/6.4/manual/installation/containers |
org.opencontainers.image.licenses | GPL v2.0 |
org.opencontainers.image.source | https://git.zabbix.com/scm/zbx/zabbix.git |
org.opencontainers.image.title | Zabbix web-interface (Nginx, MySQL) |
org.opencontainers.image.url | https://zabbix.com/ |
org.opencontainers.image.vendor | Zabbix LLC |
org.opencontainers.image.version | 6.4.7 |