2025-03-07 09:05:57 UTC
154 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.2.4
[#000] sha256:5a7813e071bfadf18aaa6ca8318be4824a9b6297b3240f2cc84c1db6f4113040 - 18.38% (28.4 MB)
[#001] sha256:703b7ef89638d8c1c61e548d70df6c586a510ede865e220b9700f7f98b612904 - 20.69% (31.9 MB)
[#002] sha256:d4ce95291e51f99a6612d0fd23c2f0890cd92c3d328b318d7535a7f5faae65cb - 0.0% (5.33 KB)
[#003] sha256:a71a7ee5389d73bc134b9b682f7d1e36d2b837410a2de6436a2cdbe661a64cc7 - 60.93% (94.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:e60ca5b87f78edce9c4599f75efa92fdc867ceb31aaccbfcdca10bca3869c247 - 0.0% (2.97 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-01-27 04:14:00 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-01-27 04:14:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-01-27 04:14:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-01-27 04:14:03 UTC/bin/sh -c #(nop) ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in /
2025-01-27 04:14:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.4
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
2025-03-07 08:29:09 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.4
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.4/ui /usr/share/zabbix # buildkit
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2025-03-07 09:05:57 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.4 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 && 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 && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && 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-03-07 09:05:57 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2025-03-07 09:05:57 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2025-03-07 09:05:57 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2025-03-07 09:05:57 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-03-07 09:05:57 UTC (buildkit.dockerfile.v0)USER 1997
2025-03-07 09:05:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-03-07 08:38:41 UTC
147 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.2.4
[#000] sha256:3492abb11babfb77cfc5a8904e67b22f4e4fd68c8d8a7fe1119861ed6503b36f - 17.45% (25.6 MB)
[#001] sha256:8d7797b70f65dc9ed2e8cfc3c84ec96ac7864d272d807fcf8d8daf6b16a30721 - 21.74% (31.9 MB)
[#002] sha256:d4ce95291e51f99a6612d0fd23c2f0890cd92c3d328b318d7535a7f5faae65cb - 0.0% (5.33 KB)
[#003] sha256:e7e4be73acd47beda34d0112ae1c7383b836a8cfc1a694901dc8acacb24cb60d - 60.8% (89.3 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:819804083ec69bb9fe5157959dd0a4c5bf2a86b4a563571a2af9ae1f63f01da6 - 0.0% (2.98 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-01-27 04:14:14 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-01-27 04:14:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-01-27 04:14:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-01-27 04:14:18 UTC/bin/sh -c #(nop) ADD file:22301ffa2fa465db7a0f07e0c3ddc488f07cc6a745c39e6f450fdbe37da97418 in /
2025-01-27 04:14:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-07 08:29:03 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2025-03-07 08:29:03 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.4
2025-03-07 08:29:03 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-03-07 08:29:03 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
2025-03-07 08:29:03 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.4
2025-03-07 08:29:03 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-03-07 08:29:03 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.4/ui /usr/share/zabbix # buildkit
2025-03-07 08:29:04 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2025-03-07 08:38:41 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.4 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 && 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 && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && 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-03-07 08:38:41 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2025-03-07 08:38:41 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2025-03-07 08:38:41 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2025-03-07 08:38:41 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-03-07 08:38:41 UTC (buildkit.dockerfile.v0)USER 1997
2025-03-07 08:38:41 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-03-07 09:05:00 UTC
153 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.2.4
[#000] sha256:5b17151e9710ed47471b3928b05325fa4832121a395b9647b7e50d3993e17ce0 - 18.04% (27.6 MB)
[#001] sha256:4140c0be46cf8ddd2ca325ddc627d63f98e1546a40b6404a7aa717ec56e4eb74 - 20.91% (31.9 MB)
[#002] sha256:d4ce95291e51f99a6612d0fd23c2f0890cd92c3d328b318d7535a7f5faae65cb - 0.0% (5.33 KB)
[#003] sha256:239df660ff226b66bdb4fac099ce76899803fc0b674a64d93f362c70f3fd2dd5 - 61.05% (93.3 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:32bbcb08796f45eca585f108cd8a5f48db82d05b7da9f3136de352b92eda1f07 - 0.0% (2.97 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-01-27 04:14:54 UTC/bin/sh -c #(nop) ADD file:68158f1ff76fd4de9f92666ad22571e6cd11df166255c2814a135773fdd6acd7 in /
2025-01-27 04:14:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.4
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
2025-03-07 08:29:09 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.4
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.4/ui /usr/share/zabbix # buildkit
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2025-03-07 09:05:00 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.4 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 && 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 && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && 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-03-07 09:05:00 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2025-03-07 09:05:00 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2025-03-07 09:05:00 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2025-03-07 09:05:00 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-03-07 09:05:00 UTC (buildkit.dockerfile.v0)USER 1997
2025-03-07 09:05:00 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-03-07 09:14:22 UTC
156 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.2.4
[#000] sha256:6e1053d729cc1718daa9369927cf6ddfbf892a846041de0e610d1c77ade136c5 - 18.89% (29.5 MB)
[#001] sha256:d5cffb3af14c35ee4d5e38ca1cdaa3bcbfb85a3118e45c4d97016a517f4cca3c - 20.42% (31.9 MB)
[#002] sha256:d4ce95291e51f99a6612d0fd23c2f0890cd92c3d328b318d7535a7f5faae65cb - 0.0% (5.33 KB)
[#003] sha256:5c430898fe1447557f59a55ffed90240cd40aeb3ce122b8dc95b41c3ebcef6ab - 60.68% (94.9 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:06c35c7be657d9184339d641903d65a1e6017e8c68ef72b951150449afbca569 - 0.0% (2.97 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-01-27 04:46:39 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-01-27 04:46:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-01-27 04:46:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-01-27 04:47:10 UTC/bin/sh -c #(nop) ADD file:69c46ae9666e78c27ca5b5f25cec1a5536ff16f17cb00104e5c77e722bd8d643 in /
2025-01-27 04:47:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-07 08:29:08 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2025-03-07 08:29:08 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.4
2025-03-07 08:29:08 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-03-07 08:29:08 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
2025-03-07 08:29:08 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.4
2025-03-07 08:29:08 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-03-07 08:29:08 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.4/ui /usr/share/zabbix # buildkit
2025-03-07 08:29:09 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2025-03-07 09:14:22 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.4 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 && 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 && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && 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-03-07 09:14:22 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2025-03-07 09:14:22 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2025-03-07 09:14:22 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2025-03-07 09:14:22 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-03-07 09:14:22 UTC (buildkit.dockerfile.v0)USER 1997
2025-03-07 09:14:22 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-03-07 08:47:41 UTC
155 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.2.4
[#000] sha256:8e1d25585ef2d346b71072d258a697a9d190e3c5754512c7cb978dbbe80911e6 - 18.45% (28.6 MB)
[#001] sha256:ee57ca3a494559629565a85f7b266f4a5fdf4019c3d1b8f6e4675e53e7b7a175 - 20.58% (31.9 MB)
[#002] sha256:d4ce95291e51f99a6612d0fd23c2f0890cd92c3d328b318d7535a7f5faae65cb - 0.0% (5.33 KB)
[#003] sha256:003244a1839f267e10df0e19817d1108c3fc5f2c98e14bb198fe274a3fa442dc - 60.96% (94.6 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:6f2c83fb601ccddf31fe63750598446f65b2baefc375b314fe2249575a7f3d40 - 0.0% (2.97 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-01-27 04:15:19 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-01-27 04:15:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-01-27 04:15:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-01-27 04:15:20 UTC/bin/sh -c #(nop) ADD file:1a65bb049384da7e51a2b1e9180f11d6ec22b1427da7ca5682814abd261ba57e in /
2025-01-27 04:15:20 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-07 08:29:04 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2025-03-07 08:29:04 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.4
2025-03-07 08:29:04 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-03-07 08:29:04 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
2025-03-07 08:29:04 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.4
2025-03-07 08:29:04 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-03-07 08:29:04 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.4/ui /usr/share/zabbix # buildkit
2025-03-07 08:29:04 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2025-03-07 08:47:40 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.4 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 && 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 && rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && 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-03-07 08:47:40 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2025-03-07 08:47:40 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2025-03-07 08:47:41 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2025-03-07 08:47:41 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-03-07 08:47:41 UTC (buildkit.dockerfile.v0)USER 1997
2025-03-07 08:47:41 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.