Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:centos-7.2-latest
Content Digest
sha256:e994dbd3a3c634128f38de8017f2e42e497948e51e093ac3509156030224f599
Details
Created

2025-12-23 06:13:48 UTC

Size

138 MB

Content Digest
Labels
  • io.buildah.version
    1.33.12
  • org.label-schema.build-date
    20251216
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Minimal Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2025-12-23T06:12:14.822Z
  • 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.2/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    ee7312f5dc2a5e5684b93e1b46cd7b40f59c1b56
  • 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.2.15

Environment
PATH

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

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_WWW_ROOT

/usr/share/zabbix

ZBX_SOURCES

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

ZBX_VERSION

7.2.15


Layers

[#000] sha256:bc14637b8a6298ea3c0be79d43a248d9cd08c32514cf10aa3c422d99f2ed719f - 28.26% (39 MB)

[#001] sha256:6e4150e05c1ce75fb16dabcda9edaaa7ea2c9baa53ff9efb1ac3fd5b076426c0 - 23.49% (32.4 MB)

[#002] sha256:59edd947228a6a109b570b9671f247b01b6589abcc5c83789640f5d41b644096 - 0.0% (5.26 KB)

[#003] sha256:34abe9f9e152bdeaf71acdfa105f54fb9f6e5b3c8546b506907b5cab7022f789 - 48.25% (66.5 MB)

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

[#005] sha256:d187327cc9ba0d6660ec6df4725a5d3e8683e9537f5f6aba338e59f0adfa2a83 - 0.0% (3.15 KB)


History
2025-12-16 03:02:45 UTC

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

2025-12-16 03:02:45 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Minimal Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20251216"

2025-12-16 03:02:46 UTC

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

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.2

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.2.15

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:46 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.2/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.2.15

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:47 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-12-23 06:13:48 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.15 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl-minimal mysql nginx php-bcmath php-curl php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source shadow-utils supervisor" && microdnf -y module enable --disablerepo "*" --enablerepo "appstream" --setopt=install_weak_deps=0 --setopt=keepcache=0 php:8.3 nginx:1.26 && microdnf -y install --disablerepo "*" --enablerepo "extras-common" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs epel-release && microdnf -y install --disablerepo "*" --enablerepo "baseos" --enablerepo "appstream" --enablerepo="epel" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${INSTALL_PKGS} && microdnf -y reinstall --enablerepo "baseos" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs tzdata && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_CONF_DIR}/web && mkdir -p ${ZABBIX_CONF_DIR}/web/certs && 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 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /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 # buildkit

2025-12-23 06:13:48 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:13:48 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp 8443/tcp]

2025-12-23 06:13:48 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-12-23 06:13:48 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:13:48 UTC (buildkit.dockerfile.v0)

USER 1997

2025-12-23 06:13:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-23 06:19:38 UTC

Size

136 MB

Content Digest
Labels
  • io.buildah.version
    1.33.12
  • org.label-schema.build-date
    20251216
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Minimal Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2025-12-23T06:12:14.822Z
  • 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.2/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    ee7312f5dc2a5e5684b93e1b46cd7b40f59c1b56
  • 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.2.15

Environment
PATH

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

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_WWW_ROOT

/usr/share/zabbix

ZBX_SOURCES

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

ZBX_VERSION

7.2.15


Layers

[#000] sha256:05c30e19067eff80f9e8897741a1a4422c4e025059c39e508a0bcaa67b69c60d - 27.33% (37.1 MB)

[#001] sha256:b8693a9985d41ebecca0492bfee3a1dee2a39221f89ad54d76d9ded8aff4ff67 - 23.84% (32.4 MB)

[#002] sha256:59edd947228a6a109b570b9671f247b01b6589abcc5c83789640f5d41b644096 - 0.0% (5.26 KB)

[#003] sha256:c64e3763dba94ae921b23715f50c7b7e870451d2437461ba964a800733c1213d - 48.83% (66.3 MB)

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

[#005] sha256:79cd7633972621069d52aed5d1178f122ed56b83d9d872fdb91af81f749ed11c - 0.0% (3.15 KB)


History
2025-12-16 03:02:05 UTC

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

2025-12-16 03:02:05 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Minimal Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20251216"

2025-12-16 03:02:06 UTC

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

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.2

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.2.15

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:46 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.2/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.2.15

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-12-23 06:19:38 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.15 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl-minimal mysql nginx php-bcmath php-curl php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source shadow-utils supervisor" && microdnf -y module enable --disablerepo "*" --enablerepo "appstream" --setopt=install_weak_deps=0 --setopt=keepcache=0 php:8.3 nginx:1.26 && microdnf -y install --disablerepo "*" --enablerepo "extras-common" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs epel-release && microdnf -y install --disablerepo "*" --enablerepo "baseos" --enablerepo "appstream" --enablerepo="epel" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${INSTALL_PKGS} && microdnf -y reinstall --enablerepo "baseos" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs tzdata && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_CONF_DIR}/web && mkdir -p ${ZABBIX_CONF_DIR}/web/certs && 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 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /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 # buildkit

2025-12-23 06:19:38 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:19:38 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp 8443/tcp]

2025-12-23 06:19:38 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-12-23 06:19:38 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:19:38 UTC (buildkit.dockerfile.v0)

USER 1997

2025-12-23 06:19:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-12-23 06:18:33 UTC

Size

144 MB

Content Digest
Labels
  • io.buildah.version
    1.33.12
  • org.label-schema.build-date
    20251216
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Minimal Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2025-12-23T06:12:14.822Z
  • 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.2/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    ee7312f5dc2a5e5684b93e1b46cd7b40f59c1b56
  • 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.2.15

Environment
PATH

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

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_WWW_ROOT

/usr/share/zabbix

ZBX_SOURCES

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

ZBX_VERSION

7.2.15


Layers

[#000] sha256:948ad3658a8c2c6e523cc9099523995ed08e2710e9a609370da0e475f6f3e8ef - 29.89% (43.2 MB)

[#001] sha256:088fe87529cc5071c45e2d723b798f83c59d9aa3a27c30997d5fa35ca373b402 - 22.44% (32.4 MB)

[#002] sha256:59edd947228a6a109b570b9671f247b01b6589abcc5c83789640f5d41b644096 - 0.0% (5.26 KB)

[#003] sha256:62a1e6254936e891f255f44832aa4731354c691d6355bf9e2e81cea470d4014c - 47.66% (68.8 MB)

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

[#005] sha256:3b41e3162ca31a9c9d7e39fb4b50c61ba152ad2ff48ee86cdd25b1361eaf54be - 0.0% (3.15 KB)


History
2025-12-16 03:02:19 UTC

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

2025-12-16 03:02:19 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Minimal Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20251216"

2025-12-16 03:02:20 UTC

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

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.2

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.2.15

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:46 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.2/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.2.15

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:12:46 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-12-23 06:18:33 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.15 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl-minimal mysql nginx php-bcmath php-curl php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source shadow-utils supervisor" && microdnf -y module enable --disablerepo "*" --enablerepo "appstream" --setopt=install_weak_deps=0 --setopt=keepcache=0 php:8.3 nginx:1.26 && microdnf -y install --disablerepo "*" --enablerepo "extras-common" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs epel-release && microdnf -y install --disablerepo "*" --enablerepo "baseos" --enablerepo "appstream" --enablerepo="epel" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${INSTALL_PKGS} && microdnf -y reinstall --enablerepo "baseos" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs tzdata && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_CONF_DIR}/web && mkdir -p ${ZABBIX_CONF_DIR}/web/certs && 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 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /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 # buildkit

2025-12-23 06:18:33 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:18:33 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp 8443/tcp]

2025-12-23 06:18:33 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-12-23 06:18:33 UTC (buildkit.dockerfile.v0)

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

2025-12-23 06:18:33 UTC (buildkit.dockerfile.v0)

USER 1997

2025-12-23 06:18:33 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