2024-07-22 15:39:18 UTC
134 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.0.1
[#000] sha256:eee2c7c34d084a7eba6567430f33fae9c049026e99e6673e91f2b7872d00b229 - 28.09% (37.6 MB)
[#001] sha256:8ba6fc6296da7f8baa1a6bb83eaa64f29ae5d380afd006550905db0b22b898b4 - 23.2% (31.1 MB)
[#002] sha256:fe858921419d8faec637046c5ef7794888472846130cf25001d4ee5d2e2aeec5 - 0.0% (5.18 KB)
[#003] sha256:894bc338dec0847bb713f620e9fb4dc986ee45ef05464370a90fdfb0dd84f2e3 - 48.7% (65.3 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:bca2f1238935c404e5305acfd5c59800a288e337a382bc29b03d4a7f3418679c - 0.0% (2.93 KB)
/bin/sh -c #(nop) ADD file:150565bc2bc485212892969fa44f40ff22235c81757014451aac82ca4b411108 in /
2024-07-16 01:11:40 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="20240716"
2024-07-16 01:11:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.0
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.0.1
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.0.1 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-07-22 15:38:19 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.0/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.0.1
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.0.1/ui /usr/share/zabbix # buildkit
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-07-22 15:39:18 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.1 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 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-07-22 15:39:18 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-07-22 15:39:18 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-07-22 15:39:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-07-22 15:39:18 UTC (buildkit.dockerfile.v0)USER 1997
2024-07-22 15:39:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-07-22 15:43:07 UTC
132 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.0.1
[#000] sha256:01bc2807e7dee76086d9211ba7ae68d9c7b1266cd3cfb07d7055492c97b99197 - 27.11% (35.8 MB)
[#001] sha256:1314052792c2a4c732a7c74ef85f0e0c7e05fe330455174e3e207f89f5e2a243 - 23.57% (31.1 MB)
[#002] sha256:fe858921419d8faec637046c5ef7794888472846130cf25001d4ee5d2e2aeec5 - 0.0% (5.18 KB)
[#003] sha256:8b10f83844b7234c01c26845c26f650fa4989459800caff8ff18e6f99cdd12b9 - 49.31% (65 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:525241e0ac632cc13cc16160e0adea0246cddd0c3894d34ec32eb55c98130147 - 0.0% (2.93 KB)
/bin/sh -c #(nop) ADD file:5295f487473faaf549d7de3eaf3ee3e33425dac75a093f63ceebad123e783798 in /
2024-07-16 01:11: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="20240716"
2024-07-16 01:11:06 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.0
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.0.1
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.0.1 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-07-22 15:38:19 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.0/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.0.1
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.0.1/ui /usr/share/zabbix # buildkit
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-07-22 15:43:07 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.1 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 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-07-22 15:43:07 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-07-22 15:43:07 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-07-22 15:43:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-07-22 15:43:07 UTC (buildkit.dockerfile.v0)USER 1997
2024-07-22 15:43:07 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-07-22 15:42:46 UTC
140 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.0.1
[#000] sha256:61c718e80cac3d450feb7aa9fe3b3d9fc228966080eb41eb8697fb7f62208187 - 29.76% (41.8 MB)
[#001] sha256:44278cb843202159a81a7abe0220e18f735662956350ccf687caae4245641ff8 - 22.15% (31.1 MB)
[#002] sha256:fe858921419d8faec637046c5ef7794888472846130cf25001d4ee5d2e2aeec5 - 0.0% (5.18 KB)
[#003] sha256:178e490b3f780a1eb4face02396a8aa9c7924fad675f9645af8f0ef2736404e7 - 48.08% (67.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9760496a6f12461ef0493a07c7db3d011384519314f59f6466b5973dd7660eae - 0.0% (2.93 KB)
/bin/sh -c #(nop) ADD file:97f955d5fcff99a8d35c1449b70be151fa142badc3f6d4ed486917ba110b0280 in /
2024-07-16 01:11:16 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="20240716"
2024-07-16 01:11:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.0
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.0.1
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.0.1 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-07-22 15:38:19 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.0/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.0.1
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.0.1/ui /usr/share/zabbix # buildkit
2024-07-22 15:38:19 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-07-22 15:42:45 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.1 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 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-07-22 15:42:45 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-07-22 15:42:46 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-07-22 15:42:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-07-22 15:42:46 UTC (buildkit.dockerfile.v0)USER 1997
2024-07-22 15:42:46 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.