2024-12-11 12:36:33 UTC
141 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.2.0
[#000] sha256:dc27534d750f553796b239520a877a6351594253c00e745527ac9fab888b4770 - 39.46% (55.8 MB)
[#001] sha256:6bb0b47952cfe019311da4bf8fb4778cb2f6f02e9316eb029cbfbc8822e2337e - 22.44% (31.7 MB)
[#002] sha256:d3b152a369505f95eed107a79a91a61f96a59e8f27c69704f3b76bdc6fc3b2df - 0.0% (5.2 KB)
[#003] sha256:2ada40e9af42c62d270f502d614b37a18de5f14ce3576036f84181b359e247cf - 38.09% (53.9 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:b09c9b3d6388788efc3d95456c6d6d420608383e2c11a29468d7f0012b3f7e62 - 0.0% (2.93 KB)
/bin/sh -c #(nop) ADD file:d2a39c8ee006047dccd0aae977276556db7fe3620ac17c989395a9b4ac7c5800 in /
2024-12-10 02:17:04 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="20241210"
2024-12-10 02:17:06 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.0
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-12-11 12:35:26 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.0
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.0/ui /usr/share/zabbix # buildkit
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-12-11 12:36:33 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.0 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.2 nginx:1.24 && 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 /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/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 /usr/share/zabbix/ && 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 /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && cat /usr/share/zabbix/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 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/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 && microdnf -y clean all # buildkit
2024-12-11 12:36:33 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-12-11 12:36:33 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-12-11 12:36:33 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-12-11 12:36:33 UTC (buildkit.dockerfile.v0)USER 1997
2024-12-11 12:36:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-12-11 12:40:22 UTC
139 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.2.0
[#000] sha256:2811f271f485da3a11d24a4934a05570f52e0d5965f74bc8c2cd5c1670eec5b9 - 38.68% (53.9 MB)
[#001] sha256:651b225522d587957298e4a8606706626b37e5c3502be3879c5e94f661d835df - 22.8% (31.7 MB)
[#002] sha256:d3b152a369505f95eed107a79a91a61f96a59e8f27c69704f3b76bdc6fc3b2df - 0.0% (5.2 KB)
[#003] sha256:0f7e0821af662221a8384ecff295c16b2565d439693cc1634b987da6c3f42e03 - 38.52% (53.6 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:b85d8a203b2a1e765448b7ad75f4567d9c6c0a484fb0c86ae622a5cb4b6793b3 - 0.0% (2.93 KB)
/bin/sh -c #(nop) ADD file:89ec85f3ea51c1367765214c284a711c85e98f199c6721d354a5ccc7633dc145 in /
2024-12-10 02:16: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="20241210"
2024-12-10 02:16:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.0
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-12-11 12:35:26 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.0
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.0/ui /usr/share/zabbix # buildkit
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-12-11 12:40:22 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.0 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.2 nginx:1.24 && 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 /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/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 /usr/share/zabbix/ && 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 /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && cat /usr/share/zabbix/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 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/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 && microdnf -y clean all # buildkit
2024-12-11 12:40:22 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-12-11 12:40:22 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-12-11 12:40:22 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-12-11 12:40:22 UTC (buildkit.dockerfile.v0)USER 1997
2024-12-11 12:40:22 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-12-11 12:39:58 UTC
148 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.2.0
[#000] sha256:69b0b32be85544d3fd3740394d461d97c6c1727f4b5bb2906df4ee1d9ab76470 - 40.65% (60.1 MB)
[#001] sha256:9772f21a1e5ad257e7687fa9c96fd5c78c8f72f5eb238753e77e5737707c7520 - 21.46% (31.7 MB)
[#002] sha256:d3b152a369505f95eed107a79a91a61f96a59e8f27c69704f3b76bdc6fc3b2df - 0.0% (5.2 KB)
[#003] sha256:92394cef9d3092f14b9e45bc299952260245fb893273453a4913a8899e0ca227 - 37.88% (56 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:76bdb4dd8f907d76e94e49e687f4a13e4a77598c7fd4cdef6292999acd427e31 - 0.0% (2.93 KB)
/bin/sh -c #(nop) ADD file:e72e831cd9b1d51ecb5aa7414ee191ce93a58e3d6d3bd164d71b138005d791eb in /
2024-12-10 02:16:24 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="20241210"
2024-12-10 02:16:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.0
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-12-11 12:35:26 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.0
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.0/ui /usr/share/zabbix # buildkit
2024-12-11 12:35:26 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-12-11 12:39:58 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.0 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.2 nginx:1.24 && 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 /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/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 /usr/share/zabbix/ && 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 /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && cat /usr/share/zabbix/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 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/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 && microdnf -y clean all # buildkit
2024-12-11 12:39:58 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-12-11 12:39:58 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-12-11 12:39:58 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-12-11 12:39:58 UTC (buildkit.dockerfile.v0)USER 1997
2024-12-11 12:39:58 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.