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

2026-01-29 08:27:13 UTC

Size

144 MB

Content Digest
Labels
  • io.buildah.version
    1.33.11
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2026-01-29T08:26:06.648Z
  • 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
    aa88fc89b4142a081ad687c09da839fa1cb9b270
  • 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:a935943501109ab725af112f986b866d0ed5c94930a948b7e72b9c99db373947 - 29.4% (42.3 MB)

[#001] sha256:2d507e8b00d75815e634b344f4984f0cb69576a1f431411ce0acf5ebd36d5818 - 23.09% (33.2 MB)

[#002] sha256:d4c73d9278fae6c80b63738a9fe06f920384c73e2e0e2c0ccf87c6db25e1efdd - 0.0% (5.62 KB)

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

[#004] sha256:45e3bfa0a7a1d51ff0d60d9126f8623459e7bf0e48f1e20f56990e576786b132 - 47.51% (68.3 MB)

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

[#006] sha256:72df33334b3453afc68b84154a7bfe9c7346597d186f920e12fbeb445ddc0d07 - 0.0% (3.44 KB)


History
2026-01-29 01:19:42 UTC

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

2026-01-29 01:19:43 UTC (FROM 39765700981b)

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

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.4

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.4.6

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:26:34 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

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> 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

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:26:35 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2026-01-29 08:26:35 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:27:13 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

2026-01-29 08:27:13 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:27:13 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp 8443/tcp]

2026-01-29 08:27:13 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2026-01-29 08:27:13 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:27:13 UTC (buildkit.dockerfile.v0)

USER 1997

2026-01-29 08:27:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2026-01-29 08:31:01 UTC

Size

141 MB

Content Digest
Labels
  • io.buildah.version
    1.33.11
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2026-01-29T08:26:06.648Z
  • 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
    aa88fc89b4142a081ad687c09da839fa1cb9b270
  • 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:283e5c1943b31665f287c3e3d12c6c50895ae4f7e651ee74032c495eabec8308 - 28.6% (40.3 MB)

[#001] sha256:d4fe1c0256e72968c52cfefe88e292241a1abdb1186025753f147d2a5397e8f8 - 23.53% (33.2 MB)

[#002] sha256:d4c73d9278fae6c80b63738a9fe06f920384c73e2e0e2c0ccf87c6db25e1efdd - 0.0% (5.62 KB)

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

[#004] sha256:0da4513223e2427a71b93336c7ad6dfd6d3ce7026a52a01f7047f398455ff0dd - 47.86% (67.5 MB)

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

[#006] sha256:4172c15ea8a39224634585fb5d0944f9e4c2a751fdcb792fff3cbd6061ede784 - 0.0% (3.44 KB)


History
2026-01-29 01:21:29 UTC

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

2026-01-29 01:21:30 UTC (FROM 0340095923dd)

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

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.4

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.4.6

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:26:34 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

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> 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

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:26:34 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2026-01-29 08:26:35 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:31:01 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

2026-01-29 08:31:01 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:31:01 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp 8443/tcp]

2026-01-29 08:31:01 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2026-01-29 08:31:01 UTC (buildkit.dockerfile.v0)

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

2026-01-29 08:31:01 UTC (buildkit.dockerfile.v0)

USER 1997

2026-01-29 08:31:01 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