2023-06-26 15:26:47 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_VERSION5.0.36
[#000] sha256:d8ac9cb5bda567d194717f74c564f35ccac76529e0723a684ebb338a95607e97 - 54.86% (81.1 MB)
[#001] sha256:97ebd81663e28dbc2f0acaecaad42defebd3fea154b7368a8a926d8fc503f595 - 15.19% (22.5 MB)
[#002] sha256:3e0cf2a4c7a607ea50bec7b42f9e87cf9eea767e4e6064cc0d0c313734313fb6 - 0.0% (4.89 KB)
[#003] sha256:6677173f5d86596d8df82db9ed8539dd5b5c9a807d3ca7fe97cfb83d9af11e45 - 29.95% (44.3 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9a2de3fc8cd1b1a390912144a5d418efed64fdf5dd457ddd7bca0471cfa52b64 - 0.0% (2.67 KB)
/bin/sh -c #(nop) ADD file:992d389e266aeca7f657f55c8f2a989a11fd1e124b5701bd0e7049765daefe7c in /
2023-06-22 18:13:32 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230622"
2023-06-22 18:13:36 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-26 15:24:38 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-06-26 15:24:38 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-06-26 15:24:38 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-06-26 15:24:38 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.36 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-06-26 15:24:38 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/5.0/manual/installation/containers org.opencontainers.image.licenses=GPL v2.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 LLC org.opencontainers.image.version=5.0.36
2023-06-26 15:24:38 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-06-26 15:24:38 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.36/ui /usr/share/zabbix # buildkit
2023-06-26 15:24:38 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-06-26 15:26:47 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.36 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:7.4 nginx:1.18 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --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 && 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 && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
2023-06-26 15:26:47 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-06-26 15:26:47 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-06-26 15:26:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-06-26 15:26:47 UTC (buildkit.dockerfile.v0)USER 1997
2023-06-26 15:26:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-06-26 15:33:17 UTC
149 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION5.0.36
[#000] sha256:8f4c367247d2e0b8d653c0fff326a13a7f09e8eadadd1bf86053847523937f25 - 53.59% (79.7 MB)
[#001] sha256:b01f98c386b748ca0be18742d454dc8d3953c2afb7d7b2bbe0cdbab6b7c20bcd - 15.09% (22.5 MB)
[#002] sha256:3e0cf2a4c7a607ea50bec7b42f9e87cf9eea767e4e6064cc0d0c313734313fb6 - 0.0% (4.89 KB)
[#003] sha256:7ba5046dbe773b3afe06d68ad824ff9af379cfeb073bc1c97b2dcc33602a4896 - 31.32% (46.6 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:a5f4834dd81dca1ca8fb30ed9d548a9902ae2628a54e8c5d03359f2be872987d - 0.0% (2.67 KB)
/bin/sh -c #(nop) ADD file:afdec59f3456f67a7ebcb6a1c5cff5acb4ed7813d1d455f3da502ced3481edc8 in /
2023-06-22 18:12:31 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230622"
2023-06-22 18:12:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.36 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-06-26 15:24:44 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/5.0/manual/installation/containers org.opencontainers.image.licenses=GPL v2.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 LLC org.opencontainers.image.version=5.0.36
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.36/ui /usr/share/zabbix # buildkit
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-06-26 15:33:17 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.36 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:7.4 nginx:1.18 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --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 && 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 && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
2023-06-26 15:33:17 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-06-26 15:33:17 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-06-26 15:33:17 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-06-26 15:33:17 UTC (buildkit.dockerfile.v0)USER 1997
2023-06-26 15:33:17 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-06-26 15:32:47 UTC
161 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION5.0.36
[#000] sha256:7ec5d89ca9a12320fcb669bf98dfdf27e581f32547156a3b7f0d068b20ef51f0 - 55.9% (90.2 MB)
[#001] sha256:d3d5bec362f5308eb8826d326b5e846ba7688596ba39d93a22f036f4cd06065c - 13.92% (22.5 MB)
[#002] sha256:3e0cf2a4c7a607ea50bec7b42f9e87cf9eea767e4e6064cc0d0c313734313fb6 - 0.0% (4.89 KB)
[#003] sha256:8634461c07993d6d992e2d73a4b9fd6b766b3a316b3b978b57a527030f4555f3 - 30.18% (48.7 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:1d8ca93b603c21663eff98ad995159a86a1ddff7d4110abfb75d0d2dc0d814e8 - 0.0% (2.67 KB)
/bin/sh -c #(nop) ADD file:66a207f861d12590c606cd52081b7a4d6ecdaace1145199fae8910449dde7dca in /
2023-06-22 18:12:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230622"
2023-06-22 18:13:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.36 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-06-26 15:24:44 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/5.0/manual/installation/containers org.opencontainers.image.licenses=GPL v2.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 LLC org.opencontainers.image.version=5.0.36
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.36/ui /usr/share/zabbix # buildkit
2023-06-26 15:24:44 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-06-26 15:32:47 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.36 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:7.4 nginx:1.18 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --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 && 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 && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
2023-06-26 15:32:47 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-06-26 15:32:47 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-06-26 15:32:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-06-26 15:32:47 UTC (buildkit.dockerfile.v0)USER 1997
2023-06-26 15:32:47 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.