Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:ol-latest
Content Digest
sha256:7df85b5fedf68fef1925c6bf0e85b1fd7cc55cc19648a342ec1e6b2e48195255
Details
Created

2025-12-23 08:14:32 UTC

Size

144 MB

Content Digest
Labels
  • io.buildah.version
    1.33.11
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2025-12-23T08:13:23.179Z
  • 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/7.4/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    20b7c3f566a296c3ff9a51c490ecf97f5a9fc8ed
  • 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 SIA
  • org.opencontainers.image.version
    7.4.6

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_USER_HOME_DIR

/var/lib/zabbix

ZABBIX_WWW_ROOT

/usr/share/zabbix

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

7.4.6


Layers

[#000] sha256:978f5730691fdb2b0635041959608ef1eb66cc19e695b88f9590ec5707b85a9a - 29.35% (42.2 MB)

[#001] sha256:e37690bb15f3a1b2aac23d618716d0e046d0252144733e9ce945cb08113e8ee7 - 23.13% (33.2 MB)

[#002] sha256:7fb3f3d16a63e0c9f1200f570a0b9d3190448caeb6745de5e3905a192a56deea - 0.0% (5.6 KB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:82c857269bc4786a9147ecd0bc9d1d5a92a4ec993943fba9df9d96ceceed8e58 - 47.51% (68.3 MB)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:eeb6d75451a742c51fe3f78d0869ed29f9f9cab633b72d035c4770051c71f456 - 0.0% (3.43 KB)


History
2025-12-05 21:03:38 UTC

/bin/sh -c #(nop) ADD file:ce6b8fd493863fbe54686f763b90ee78664cef5fbb1448373e77c717bc7dad15 in /

2025-12-05 21:03:39 UTC (FROM 4ef6c98a7608)

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.4

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.4.6

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=7.4.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

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/7.4/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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 SIA org.opencontainers.image.version=7.4.6

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-7.4.6/ui /usr/share/zabbix # buildkit

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

COPY conf/etc/yum.repos.d/oracle-epel-ol10.repo /etc/yum.repos.d/oracle-epel-ol10.repo # buildkit

2025-12-23 08:14:32 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl gzip mysql8.4 nginx php-bcmath php-curl php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && microdnf -y install --disablerepo="*" --enablerepo="ol10_baseos_latest" --enablerepo="ol10_appstream" --enablerepo="ol10_u0_developer_EPEL" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_CONF_DIR}/web && mkdir -p ${ZABBIX_CONF_DIR}/web/certs && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc_internal && mkdir -p /var/lib/php/session && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && cd ${ZABBIX_WWW_ROOT}/ && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && find ${ZABBIX_WWW_ROOT}/locale -name '*.po' | xargs rm -f && find ${ZABBIX_WWW_ROOT}/locale -name '*.sh' | xargs rm -f && ln -s "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" && ln -s "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" && cat ${ZABBIX_WWW_ROOT}/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 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chown --quiet -R zabbix:root ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chgrp -R 0 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && 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 gzip # buildkit

2025-12-23 08:14:32 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}

2025-12-23 08:14:32 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp 8443/tcp]

2025-12-23 08:14:32 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-12-23 08:14:32 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2025-12-23 08:14:32 UTC (buildkit.dockerfile.v0)

USER 1997

2025-12-23 08:14:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-23 08:18:22 UTC

Size

141 MB

Content Digest
Labels
  • io.buildah.version
    1.33.11
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2025-12-23T08:13:23.179Z
  • 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/7.4/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    20b7c3f566a296c3ff9a51c490ecf97f5a9fc8ed
  • 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 SIA
  • org.opencontainers.image.version
    7.4.6

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_USER_HOME_DIR

/var/lib/zabbix

ZABBIX_WWW_ROOT

/usr/share/zabbix

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

7.4.6


Layers

[#000] sha256:e130a6537ca3195098edf33c789c4bfd770f7dcd0b69ecf1aac78a2e5585faaf - 28.61% (40.4 MB)

[#001] sha256:5a4d621efd3fcfe9f2392addf655a7176363e001c008bd90d8879f099bbbac0c - 23.56% (33.2 MB)

[#002] sha256:7fb3f3d16a63e0c9f1200f570a0b9d3190448caeb6745de5e3905a192a56deea - 0.0% (5.6 KB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:9963d42ef367f0c0ff5433af8349f720388a43c823457196365f40fe9b914a3d - 47.83% (67.5 MB)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:64cfc967f528c14d1640fca87bad239f125bcfba6a83d87141db9383545304db - 0.0% (3.43 KB)


History
2025-12-05 21:05:26 UTC

/bin/sh -c #(nop) ADD file:f7c5ababf3a667cff718fbb351d9086a07d5f4414e6f42ad66cd26ba5da9053b in /

2025-12-05 21:05:27 UTC (FROM 53648528c6b7)

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.4

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.4.6

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=7.4.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

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/7.4/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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 SIA org.opencontainers.image.version=7.4.6

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-7.4.6/ui /usr/share/zabbix # buildkit

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-12-23 08:13:55 UTC (buildkit.dockerfile.v0)

COPY conf/etc/yum.repos.d/oracle-epel-ol10.repo /etc/yum.repos.d/oracle-epel-ol10.repo # buildkit

2025-12-23 08:18:22 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl gzip mysql8.4 nginx php-bcmath php-curl php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && microdnf -y install --disablerepo="*" --enablerepo="ol10_baseos_latest" --enablerepo="ol10_appstream" --enablerepo="ol10_u0_developer_EPEL" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_CONF_DIR}/web && mkdir -p ${ZABBIX_CONF_DIR}/web/certs && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc_internal && mkdir -p /var/lib/php/session && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && cd ${ZABBIX_WWW_ROOT}/ && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && find ${ZABBIX_WWW_ROOT}/locale -name '*.po' | xargs rm -f && find ${ZABBIX_WWW_ROOT}/locale -name '*.sh' | xargs rm -f && ln -s "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" && ln -s "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" && cat ${ZABBIX_WWW_ROOT}/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 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chown --quiet -R zabbix:root ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chgrp -R 0 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && 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 gzip # buildkit

2025-12-23 08:18:22 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}

2025-12-23 08:18:22 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp 8443/tcp]

2025-12-23 08:18:22 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-12-23 08:18:22 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2025-12-23 08:18:22 UTC (buildkit.dockerfile.v0)

USER 1997

2025-12-23 08:18:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete