2024-02-26 16:14:07 UTC
85.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.4.12
[#000] sha256:4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8 - 3.8% (3.25 MB)
[#001] sha256:e7274dc7b8b334d085c5e74f27d88803268f06fa1a0be37ddeff04832594cd97 - 35.13% (30.1 MB)
[#002] sha256:5d0f2846b959cac4f69d9bca07d13c1b415dd8f3176bec8bf8d7c5d092145bd2 - 0.01% (5.18 KB)
[#003] sha256:6711fc7ebafe7604db952f880020c80036adc53417d76d4cbbebb2225483276d - 61.06% (52.2 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:ebae5a03270c51e3a8b269ce4c3ce6aa99d1685134ac31104edcf2a7d0f1f4e7 - 0.0% (2.86 KB)
/bin/sh -c #(nop) ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /
2024-01-27 00:30:48 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:14:01 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.4/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.4.12
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.12/ui /usr/share/zabbix # buildkit
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-02-26 16:14:07 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl mariadb-client mariadb-connector-c nginx php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-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/php81/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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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-02-26 16:14:07 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-02-26 16:14:07 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-02-26 16:14:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-02-26 16:14:07 UTC (buildkit.dockerfile.v0)USER 1997
2024-02-26 16:14:07 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-02-26 16:14:15 UTC
81 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.4.12
[#000] sha256:fda0ff469afd28d9cfbb946e8e0a3c911c591a2691bea62be9187e45a1c50549 - 3.44% (2.78 MB)
[#001] sha256:9166143d9391022ea45587368094cb7aed226133a3c5b5fe98f48402aa815d08 - 37.12% (30.1 MB)
[#002] sha256:5d0f2846b959cac4f69d9bca07d13c1b415dd8f3176bec8bf8d7c5d092145bd2 - 0.01% (5.18 KB)
[#003] sha256:21f6d79910a45ec38222cf67016eb2f3cd5b88e08c50cfac5bf9505b6c001143 - 59.43% (48.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:e4c38ece9d28a21dfd7f11ab38441f7ce1fca9320299d0aacf4299c82ce48782 - 0.0% (2.86 KB)
/bin/sh -c #(nop) ADD file:dca2a738b46ed78f0ccd7e23ba4d4729528feaa423a0ff0ac5c3512bf43b6fae in /
2024-01-27 00:14:54 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-02-26 16:13:54 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-02-26 16:13:54 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-02-26 16:13:54 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:13:54 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:13:54 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.4/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.4.12
2024-02-26 16:13:54 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-02-26 16:13:54 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.12/ui /usr/share/zabbix # buildkit
2024-02-26 16:13:56 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-02-26 16:14:15 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl mariadb-client mariadb-connector-c nginx php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-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/php81/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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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-02-26 16:14:15 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-02-26 16:14:15 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-02-26 16:14:15 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-02-26 16:14:15 UTC (buildkit.dockerfile.v0)USER 1997
2024-02-26 16:14:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-02-26 16:14:18 UTC
85.9 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.4.12
[#000] sha256:bca4290a96390d7a6fc6f2f9929370d06f8dfcacba591c76e3d5c5044e7f420c - 3.72% (3.19 MB)
[#001] sha256:8c4c0a50ad2bead8ef1f4e22f9140a8bf291117f357c8b4e6461e37865ccf299 - 34.98% (30.1 MB)
[#002] sha256:5d0f2846b959cac4f69d9bca07d13c1b415dd8f3176bec8bf8d7c5d092145bd2 - 0.01% (5.18 KB)
[#003] sha256:adf9a3c85adc242233e02518546ae8d538e8038e637f2cc7391885a6727888f7 - 61.3% (52.7 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:cf46d5eb4dcd9fc6157480ffec3ecbdba20494fafa8b5a2e9fb0c1ca3813838e - 0.0% (2.86 KB)
/bin/sh -c #(nop) ADD file:d0764a717d1e9d0aff3fa84779b11bfa0afe4430dcb6b46d965b209167639ba0 in /
2024-01-26 23:44:47 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-02-26 16:13:58 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-02-26 16:13:58 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-02-26 16:13:58 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:13:58 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:13:58 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.4/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.4.12
2024-02-26 16:13:58 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-02-26 16:13:58 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.12/ui /usr/share/zabbix # buildkit
2024-02-26 16:13:59 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-02-26 16:14:18 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl mariadb-client mariadb-connector-c nginx php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-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/php81/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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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-02-26 16:14:18 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-02-26 16:14:18 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-02-26 16:14:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-02-26 16:14:18 UTC (buildkit.dockerfile.v0)USER 1997
2024-02-26 16:14:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-02-26 16:14:23 UTC
86.8 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.4.12
[#000] sha256:f4968021da4ff8b74325e5aebf0f9448b44becfdd14df80ecba474e43cc92546 - 3.69% (3.2 MB)
[#001] sha256:2d53c7ad14ee752a2f550e1d1d7a6b439d65e7bc97ec22da34219053e50e040c - 34.61% (30.1 MB)
[#002] sha256:5d0f2846b959cac4f69d9bca07d13c1b415dd8f3176bec8bf8d7c5d092145bd2 - 0.01% (5.18 KB)
[#003] sha256:f0a08265884011c52ec411694383946bfab8fb7a5394a4a1774f0675ea88915a - 61.7% (53.6 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:b11f12c5631666949be5d094eb74ddcda301a93e3ab78890e534a3e497203bee - 0.0% (2.86 KB)
/bin/sh -c #(nop) ADD file:76976bd619bf0c4e63bbd1d1d0a20b224d1f14070cb9be6036c1b7672a7848ba in /
2024-01-27 00:27:35 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-02-26 16:14:04 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-02-26 16:14:04 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-02-26 16:14:04 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:14:04 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:14: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/6.4/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.4.12
2024-02-26 16:14:04 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-02-26 16:14:04 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.12/ui /usr/share/zabbix # buildkit
2024-02-26 16:14:04 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-02-26 16:14:23 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl mariadb-client mariadb-connector-c nginx php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-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/php81/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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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-02-26 16:14:23 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-02-26 16:14:23 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-02-26 16:14:23 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-02-26 16:14:23 UTC (buildkit.dockerfile.v0)USER 1997
2024-02-26 16:14:23 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-02-26 16:14:28 UTC
87.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.4.12
[#000] sha256:eb8fba61d86413beda3240c40c599041e040e658cd8314e38ee15e67ea57d349 - 3.53% (3.09 MB)
[#001] sha256:22eb510e9d13ce3c3ed1768b596414a3b8706b0160f6043c8313432972d46713 - 34.28% (30.1 MB)
[#002] sha256:5d0f2846b959cac4f69d9bca07d13c1b415dd8f3176bec8bf8d7c5d092145bd2 - 0.01% (5.18 KB)
[#003] sha256:a6c26c424e38abf2174b73b0be5f6ae6a5bd0f3c0f86ad33af532c45d4018861 - 62.18% (54.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:2c00333df1521fb5f113b0682b2d9e38e4d48d2691bf8521c7728abb9833b368 - 0.0% (2.86 KB)
/bin/sh -c #(nop) ADD file:a3a70231936c63931e39d0cbee91dc800a1f64c713d03da79c5cc7b7d68bde92 in /
2024-01-27 00:37:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-02-26 16:14:01 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.4/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.4.12
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.12/ui /usr/share/zabbix # buildkit
2024-02-26 16:14:01 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-02-26 16:14:28 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.12 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl mariadb-client mariadb-connector-c nginx php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-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/php81/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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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-02-26 16:14:28 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-02-26 16:14:28 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-02-26 16:14:28 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-02-26 16:14:28 UTC (buildkit.dockerfile.v0)USER 1997
2024-02-26 16:14:28 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.