2024-03-26 13:00:25 UTC
68.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.0.28
[#000] sha256:a88dc8b54e91eb6b19695ef7e04865926d4df23004f414a3ee86978617492d4d - 3.9% (2.68 MB)
[#001] sha256:5daeed01bc239ac735b89e213574dd00814faa94a22c732c11d7d0ef110da401 - 42.14% (28.9 MB)
[#002] sha256:b226c78af36f0497c062af73512f80d4cf118f3a2634e4f4c9108e654162362f - 0.01% (5.04 KB)
[#003] sha256:c1fceb1d602e19e69d8754bc5221211e1539e5e8e07e49616118e3e96d43651a - 53.94% (37 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:5094a7edfdb3b41a69da02e73c0f864bc6287fb0867241d7ce030661a1c68ab4 - 0.0% (2.84 KB)
/bin/sh -c #(nop) ADD file:b308dfeecaa300a430b4e65e312a48eb5f191df7754e93ff4e7b2d04016b3ca7 in /
2024-01-27 00:31:09 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00: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/6.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=6.0.28
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/ui /usr/share/zabbix # buildkit
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php8-bcmath php8-ctype php8-fpm php8-gd php8-gettext php8-json php8-ldap php8-mbstring php8-mysqli php8-session php8-simplexml php8-sockets php8-fileinfo php8-xmlreader php8-xmlwriter php8-openssl supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /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 -rf /etc/php8/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.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" && 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/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ # buildkit
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-03-26 13:00:25 UTC
65.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.0.28
[#000] sha256:3dae0518e749f9d581ecf3cda7ea260e4a87c1413599b7248a60554e9ae3a3ac - 3.52% (2.31 MB)
[#001] sha256:012a0a5786459fd1d99ff9fe36cb6312220d76c4d917abaa718004bbd57be6ea - 44.11% (28.9 MB)
[#002] sha256:b226c78af36f0497c062af73512f80d4cf118f3a2634e4f4c9108e654162362f - 0.01% (5.04 KB)
[#003] sha256:8dc1666668b0a1f02c30edd7d8508b49170b802250cdf7a9aca8d7f5fd4c2b99 - 52.36% (34.3 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:c69b1ead1ed76498b23a80f0f5562fb55644ff309059c013f67217bbf9b68fd3 - 0.0% (2.83 KB)
/bin/sh -c #(nop) ADD file:4338f3261bf46a64f2166698aa08e584d51c3c89616e4e79d8312cf9811b654c in /
2024-01-27 00:15:12 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-26 13:00:08 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-26 13:00:08 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-26 13:00:08 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00:08 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00: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/6.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=6.0.28
2024-03-26 13:00:08 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-26 13:00:08 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/ui /usr/share/zabbix # buildkit
2024-03-26 13:00:10 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php8-bcmath php8-ctype php8-fpm php8-gd php8-gettext php8-json php8-ldap php8-mbstring php8-mysqli php8-session php8-simplexml php8-sockets php8-fileinfo php8-xmlreader php8-xmlwriter php8-openssl supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /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 -rf /etc/php8/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.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" && 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/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ # buildkit
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-26 13:00:25 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-03-26 13:00:36 UTC
68.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.0.28
[#000] sha256:550f8bf8502cef18df2424ad36edbc4cc08c7ef11b44f493af59029aab98f61d - 3.77% (2.58 MB)
[#001] sha256:da24dccac519f720d7954358447c4984db4811fd0f9c9801e4d068e883bd7f01 - 42.23% (28.9 MB)
[#002] sha256:b226c78af36f0497c062af73512f80d4cf118f3a2634e4f4c9108e654162362f - 0.01% (5.04 KB)
[#003] sha256:3740c52059019120017c6af637b5d2d2b0e7c5c44b097cfbb759eae73204e74a - 53.98% (37 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9ce5a26edbfa5bcfe60978363c5fe02bd76c63c936797c5672e25367565c20f1 - 0.0% (2.84 KB)
/bin/sh -c #(nop) ADD file:0808047bc74f297cb13abd2ad67e5778ee4abaa5d69f2c5b133d11c0ce0e51aa in /
2024-01-26 23:45:05 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00: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/6.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=6.0.28
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/ui /usr/share/zabbix # buildkit
2024-03-26 13:00:20 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-26 13:00:36 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php8-bcmath php8-ctype php8-fpm php8-gd php8-gettext php8-json php8-ldap php8-mbstring php8-mysqli php8-session php8-simplexml php8-sockets php8-fileinfo php8-xmlreader php8-xmlwriter php8-openssl supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /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 -rf /etc/php8/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.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" && 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/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ # buildkit
2024-03-26 13:00:36 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-26 13:00:36 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-26 13:00:36 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-26 13:00:36 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-26 13:00:36 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-03-26 13:00:39 UTC
69.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.0.28
[#000] sha256:04646341bdb047ee1a3dd65db76069b9117954385033f5a340622fd170fa4b73 - 3.84% (2.67 MB)
[#001] sha256:0becfd8b2c5c6a6510e786a19cab1050819a3876f077f96cec3a84ecc71b1e89 - 41.56% (28.9 MB)
[#002] sha256:b226c78af36f0497c062af73512f80d4cf118f3a2634e4f4c9108e654162362f - 0.01% (5.04 KB)
[#003] sha256:d22953cb025a672aa135bfe426bdc2ff2597a6224cef7b90c1b6debc9836189d - 54.58% (38 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:98927df198a0d2ec113ff4d72de2469764f718c91a5a6c4da6fe1b78e452bb42 - 0.0% (2.83 KB)
/bin/sh -c #(nop) ADD file:cf4fecc20d85962cd46b6911d8ee82b9a3de2fa530bc58e998c2d544a888fdb9 in /
2024-01-27 00:27:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00: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/6.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=6.0.28
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-26 13:00:19 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/ui /usr/share/zabbix # buildkit
2024-03-26 13:00:20 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php8-bcmath php8-ctype php8-fpm php8-gd php8-gettext php8-json php8-ldap php8-mbstring php8-mysqli php8-session php8-simplexml php8-sockets php8-fileinfo php8-xmlreader php8-xmlwriter php8-openssl supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /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 -rf /etc/php8/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.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" && 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/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ # buildkit
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-03-26 13:00:39 UTC
68.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.0.28
[#000] sha256:a7f1ea9eab1fb2b4aeff039474a8ee96afa63468cf85726a63ed8c31e861476d - 3.6% (2.47 MB)
[#001] sha256:14352036f3cea8e2053b8c92d71d755742b8e96009eae10d4a0c8ddb834888da - 42.08% (28.9 MB)
[#002] sha256:b226c78af36f0497c062af73512f80d4cf118f3a2634e4f4c9108e654162362f - 0.01% (5.04 KB)
[#003] sha256:861d9f79bf57c9d9afa8c2556e29cb02d8e873b43c3433697e04bd5df0948179 - 54.31% (37.3 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:fa5401c9dc7a700052c28d67e4e59d3c2e90de25e88d930511b92e6ff10137cb - 0.0% (2.84 KB)
/bin/sh -c #(nop) ADD file:b9d7ac5ec01e1212e2bab28ec95c28e4f9705a2c0d0b65a2d381dd75da59f65a in /
2024-01-27 00:41:44 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-26 13:00:13 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-26 13:00:13 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-26 13:00:13 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00:13 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 13:00:13 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/6.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=6.0.28
2024-03-26 13:00:13 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-26 13:00:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/ui /usr/share/zabbix # buildkit
2024-03-26 13:00:14 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-26 13:00:38 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php8-bcmath php8-ctype php8-fpm php8-gd php8-gettext php8-json php8-ldap php8-mbstring php8-mysqli php8-session php8-simplexml php8-sockets php8-fileinfo php8-xmlreader php8-xmlwriter php8-openssl supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /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 -rf /etc/php8/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.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" && 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/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php8/php-fpm.d/ /etc/php8/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ # buildkit
2024-03-26 13:00:38 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-26 13:00:39 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-26 13:00:39 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.