2025-10-01 17:52:22 UTC
151 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.4.3
[#000] sha256:953cdd4133718b72c5d0a78e754c1405c02510fdb5237265f7955863f1757f83 - 18.8% (28.3 MB)
[#001] sha256:9bbbb989b2a869772f08fae1f8169274d1fb7a4e5aaf7e669443fa0aff3774a9 - 22.01% (33.2 MB)
[#002] sha256:7c007b4aa1ee4b7dc5be4968126d06720b05217fcd2fbbe6500d29baa336f261 - 0.0% (5.45 KB)
[#003] sha256:f5e9bc839403ca2f03de8ebf6dc55ac678caa1a7e58dee1a6dfd0125090fbe55 - 59.18% (89.2 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:49716707b38f601488eba50339021bc61f76a5a811aa54904d0f540a9e88361e - 0.0% (3.44 KB)
/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-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.4
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.4.3
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.3 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-10-01 17:41:12 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.3
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.3/ui /usr/share/zabbix # buildkit
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2025-10-01 17:52:21 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.3 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 ${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 -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 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chgrp -R 0 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chmod -R g=u ${ZABBIX_USER_HOME_DIR}/ /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-01 17:52:21 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2025-10-01 17:52:21 UTC (buildkit.dockerfile.v0)EXPOSE &{[{{115 0} {115 0}}] 0xc0003b22c0}
2025-10-01 17:52:22 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2025-10-01 17:52:22 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-10-01 17:52:22 UTC (buildkit.dockerfile.v0)USER 1997
2025-10-01 17:52:22 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-10-01 18:11:56 UTC
149 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.4.3
[#000] sha256:59a5d47f84c39a2d62d1b5089e60ab67303111f17e1df01dbbcc598246282797 - 18.45% (27.5 MB)
[#001] sha256:8de5ccd6a46e72f36188d3c06354630d3bdb542bc1b096c2ff0e8d5f1ea3a0d9 - 22.25% (33.2 MB)
[#002] sha256:7c007b4aa1ee4b7dc5be4968126d06720b05217fcd2fbbe6500d29baa336f261 - 0.0% (5.45 KB)
[#003] sha256:4535f9dd3f5790c5407d4772ba6c51ebe210e0253d2e228100add470dbad6209 - 59.29% (88.4 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:cda508d100e055cd5d9ce25427a8dc99fcc2cd77bc9c32de0731d638c5335a0f - 0.0% (3.44 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-09-10 05:45:38 UTC/bin/sh -c #(nop) ADD file:4e55519deacaaab35bcc389ec63f319a61c50e3f8f7d19a0df61fa1571c86c6a in /
2025-09-10 05:45:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.4
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.4.3
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.3 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-10-01 17:41:12 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.3
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.3/ui /usr/share/zabbix # buildkit
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2025-10-01 18:11:56 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.3 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 ${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 -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 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chgrp -R 0 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chmod -R g=u ${ZABBIX_USER_HOME_DIR}/ /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-01 18:11:56 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2025-10-01 18:11:56 UTC (buildkit.dockerfile.v0)EXPOSE &{[{{115 0} {115 0}}] 0xc0000e4180}
2025-10-01 18:11:56 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2025-10-01 18:11:56 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-10-01 18:11:56 UTC (buildkit.dockerfile.v0)USER 1997
2025-10-01 18:11:56 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-10-01 17:51:21 UTC
163 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.4.3
[#000] sha256:a6b4a89244b131752ebf5cc65f8db49bc0ff54baddc21f51045db73ecaae806f - 20.03% (32.7 MB)
[#001] sha256:e17d3d24adc0d91204be0a9e9401a0582871fd3d94b9e6ebe9ac17831f7e1a71 - 20.32% (33.2 MB)
[#002] sha256:7c007b4aa1ee4b7dc5be4968126d06720b05217fcd2fbbe6500d29baa336f261 - 0.0% (5.45 KB)
[#003] sha256:a9c1fd6406007ed9dcd5a8f5e7a29bd21d5d5bfe0a91f681c4cf4460f7290acc - 59.65% (97.4 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:13cbe0f9094d349880986a8dcc0e3e0d0f8b5d9dfdf271018a0449c0bda61bb2 - 0.0% (3.44 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-09-10 05:44:33 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-09-10 05:44:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-09-10 05:44:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-09-10 05:44:36 UTC/bin/sh -c #(nop) ADD file:e9d760118b96af8e8cac849fade94b73f63176864a676545ce75488d38f30dff in /
2025-09-10 05:44:36 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.4
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.4.3
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.3 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-10-01 17:41:12 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.3
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.3/ui /usr/share/zabbix # buildkit
2025-10-01 17:41:12 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2025-10-01 17:51:21 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.3 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 ${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 -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 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chgrp -R 0 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ && chmod -R g=u ${ZABBIX_USER_HOME_DIR}/ /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-01 17:51:21 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2025-10-01 17:51:21 UTC (buildkit.dockerfile.v0)EXPOSE &{[{{115 0} {115 0}}] 0xc0004a8640}
2025-10-01 17:51:21 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2025-10-01 17:51:21 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-10-01 17:51:21 UTC (buildkit.dockerfile.v0)USER 1997
2025-10-01 17:51:21 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
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.