Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:7.2.13-ubuntu
Content Digest
sha256:295a27a573d27e994f378138a1d0e5ac3b88542fd6d9b8af7d6d5a2ef655c742
Details
Created

2025-10-02 04:30:47 UTC

Size

150 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2025-10-02T04:28:58.883Z
  • 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.ref.name
    ubuntu
  • org.opencontainers.image.revision
    205b922f3e8fa5c7d25ce10f3bb90196190d2c6a
  • 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.13

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.13


Layers

[#000] sha256:953cdd4133718b72c5d0a78e754c1405c02510fdb5237265f7955863f1757f83 - 18.9% (28.3 MB)

[#001] sha256:f0ce868d82a7ff0c990f7928eea8745d423220eeaf832e8cf5e2e150be2cf93a - 21.6% (32.4 MB)

[#002] sha256:6ac0a3712783213caf5970f445d0f8c6671df57e51b8e91021255ede4ba78d2d - 0.0% (5.34 KB)

[#003] sha256:84a386c6ac61940451a8ca842a05fad737ff9bd1c4d37400bbb363dc24373628 - 59.49% (89.2 MB)

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

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


History
2025-09-10 05:42:32 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-09-10 05:42:32 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-09-10 05:42:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-09-10 05:42:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-09-10 05:42:34 UTC

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

2025-09-10 05:42:34 UTC

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.2

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.2.13

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 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.13

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-10-02 04:30:47 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.13 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && export PYTHONDONTWRITEBYTECODE=1 && INSTALL_PKGS="bash tzdata ca-certificates curl mysql-client nginx locales libldap-common php8.3-bcmath php8.3-curl php8.3-fpm php8.3-gd php8.3-ldap php8.3-mbstring php8.3-mysql php8.3-xml supervisor" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --no-install-recommends install ${INSTALL_PKGS} && 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 -rf /var/cache/nginx/ && rm -f /etc/php/8.3/fpm/pool.d/www.conf && rm -f /etc/php/8.3/fpm/php-fpm.conf.dpkg-dist && 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 /usr -name '*.pyc' -type f -exec bash -c 'for pyc_file; do dpkg -S "$pyc_file" &> /dev/null || rm -f "$pyc_file"; done' -- '{}' + && 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" && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && 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 "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && 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/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ # buildkit

2025-10-02 04:30:47 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:30:47 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{112 0} {112 0}}] 0xc000412140}

2025-10-02 04:30:47 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-10-02 04:30:47 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:30:47 UTC (buildkit.dockerfile.v0)

USER 1997

2025-10-02 04:30:47 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-10-02 04:50:28 UTC

Size

143 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2025-10-02T04:28:58.883Z
  • 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.ref.name
    ubuntu
  • org.opencontainers.image.revision
    205b922f3e8fa5c7d25ce10f3bb90196190d2c6a
  • 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.13

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.13


Layers

[#000] sha256:7bdf644cff2e9be580c17c3db8d5fc564ad093513bf0fbebebc392c17fa925e5 - 19.28% (27.5 MB)

[#001] sha256:df06b9fc62886df737a81605b4a97761ead119e9e6309cb722e83617bcc82894 - 22.69% (32.4 MB)

[#002] sha256:6ac0a3712783213caf5970f445d0f8c6671df57e51b8e91021255ede4ba78d2d - 0.0% (5.34 KB)

[#003] sha256:58388d0987ab81c48acdaa9bb68418998a3b03daee94c460f16b667a1bc23d17 - 58.02% (82.8 MB)

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

[#005] sha256:96939059371768a84e38d056623b9515d00c7d2e15e185e1bd0e4563bdcc0b45 - 0.0% (3.16 KB)


History
2025-09-30 14:36:10 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-09-30 14:36:10 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-09-30 14:36:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-09-30 14:36:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-09-30 14:36:15 UTC

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

2025-09-30 14:36:15 UTC

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.2

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.2.13

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 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.13

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-10-02 04:50:28 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.13 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && export PYTHONDONTWRITEBYTECODE=1 && INSTALL_PKGS="bash tzdata ca-certificates curl mysql-client nginx locales libldap-common php8.3-bcmath php8.3-curl php8.3-fpm php8.3-gd php8.3-ldap php8.3-mbstring php8.3-mysql php8.3-xml supervisor" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --no-install-recommends install ${INSTALL_PKGS} && 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 -rf /var/cache/nginx/ && rm -f /etc/php/8.3/fpm/pool.d/www.conf && rm -f /etc/php/8.3/fpm/php-fpm.conf.dpkg-dist && 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 /usr -name '*.pyc' -type f -exec bash -c 'for pyc_file; do dpkg -S "$pyc_file" &> /dev/null || rm -f "$pyc_file"; done' -- '{}' + && 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" && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && 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 "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && 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/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ # buildkit

2025-10-02 04:50:28 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:50:28 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{112 0} {112 0}}] 0xc00012d640}

2025-10-02 04:50:28 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-10-02 04:50:28 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:50:28 UTC (buildkit.dockerfile.v0)

USER 1997

2025-10-02 04:50:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-10-02 05:00:53 UTC

Size

156 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2025-10-02T04:28:58.883Z
  • 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.ref.name
    ubuntu
  • org.opencontainers.image.revision
    205b922f3e8fa5c7d25ce10f3bb90196190d2c6a
  • 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.13

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.13


Layers

[#000] sha256:15a6b79c4fd2f3417787ba4c0a8161183cf898454880102c719eb0c91671c218 - 20.97% (32.7 MB)

[#001] sha256:5f57fc0ca18a2af0cea87b314f570d51e7ac17f8d120e897ce320bfe5639746f - 20.77% (32.4 MB)

[#002] sha256:6ac0a3712783213caf5970f445d0f8c6671df57e51b8e91021255ede4ba78d2d - 0.0% (5.34 KB)

[#003] sha256:f97e9a1a0376442de8827df4c618309f4a2399a9b561d06ee479c58e958fa962 - 58.26% (90.9 MB)

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

[#005] sha256:962685b22eb52212ca336e4e2e6cc52f13a7157bd9111b953c54e6d5ba6e9c56 - 0.0% (3.16 KB)


History
2025-09-30 14:35:27 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-09-30 14:35:27 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-09-30 14:35:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-09-30 14:35:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-09-30 14:35:31 UTC

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

2025-09-30 14:35:31 UTC

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.2

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.2.13

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 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.13

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

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

2025-10-02 04:29:36 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-10-02 05:00:53 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.13 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && export PYTHONDONTWRITEBYTECODE=1 && INSTALL_PKGS="bash tzdata ca-certificates curl mysql-client nginx locales libldap-common php8.3-bcmath php8.3-curl php8.3-fpm php8.3-gd php8.3-ldap php8.3-mbstring php8.3-mysql php8.3-xml supervisor" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --no-install-recommends install ${INSTALL_PKGS} && 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 -rf /var/cache/nginx/ && rm -f /etc/php/8.3/fpm/pool.d/www.conf && rm -f /etc/php/8.3/fpm/php-fpm.conf.dpkg-dist && 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 /usr -name '*.pyc' -type f -exec bash -c 'for pyc_file; do dpkg -S "$pyc_file" &> /dev/null || rm -f "$pyc_file"; done' -- '{}' + && 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" && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && 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 "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && 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/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ # buildkit

2025-10-02 05:00:53 UTC (buildkit.dockerfile.v0)

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

2025-10-02 05:00:53 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{112 0} {112 0}}] 0xc00012c4c0}

2025-10-02 05:00:53 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-10-02 05:00:53 UTC (buildkit.dockerfile.v0)

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

2025-10-02 05:00:53 UTC (buildkit.dockerfile.v0)

USER 1997

2025-10-02 05:00:53 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