2024-10-23 11:23:02 UTC
87.3 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.35
[#000] sha256:94c7366c1c3058fbc60a5ea04b6d13199a592a67939a043c41c051c4bfcd117a - 3.73% (3.26 MB)
[#001] sha256:92de2a4562e3deb357e7107ddd1c6c5f2fc8ab21900ffe54c6bef04415fc801f - 33.2% (29 MB)
[#002] sha256:58550aae3560b7b208ff8c3822339fc1be0ba074f719a5ebbf5e4c5156cffd7d - 0.01% (5.06 KB)
[#003] sha256:0efdc4af5f5978c0e0697472cd46010eef5eda183915dbe09d1174552486669c - 63.06% (55.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:31abb94f57e910e03825446460c4622818bb12ccb6aef06b4afed84e049a8aea - 0.0% (2.88 KB)
/bin/sh -c #(nop) ADD file:9e193d6fff4bce11c0ee715ad87def9ef40e9608d4be84cf73391edd45b2810e in /
2024-09-06 22:20:13 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=6.0
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.35 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 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 SIA org.opencontainers.image.version=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.35/ui /usr/share/zabbix # buildkit
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-10-23 11:23:02 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.35 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 php83-bcmath php83-ctype php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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/php83/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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-10-23 11:23:02 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-10-23 11:23:02 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-10-23 11:23:02 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-10-23 11:23:02 UTC (buildkit.dockerfile.v0)USER 1997
2024-10-23 11:23:02 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-10-23 11:23:16 UTC
82.3 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.35
[#000] sha256:426a5537ab470cede64a1b269dbc9f485fa674bec59555cdaa5a1c96e6675b0d - 3.39% (2.79 MB)
[#001] sha256:c7268b4e01cfb78964e8b250263a48d99c6a82a8f23e38472abcc798469ce9f9 - 35.24% (29 MB)
[#002] sha256:58550aae3560b7b208ff8c3822339fc1be0ba074f719a5ebbf5e4c5156cffd7d - 0.01% (5.06 KB)
[#003] sha256:156c39560e6032f97f71b1acc28f1cd33dc8e75bf00b5bd67d069e6f79b92bbb - 61.36% (50.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:060d6a546c4d1f0d67f86e045df13951b598a75459524dfe5f6f6f49e1666d00 - 0.0% (2.88 KB)
/bin/sh -c #(nop) ADD file:a0a04eec8c7b34f27431bfd6edc27b4c05f2174daf93e40c263717d2469dcebd in /
2024-09-06 22:08:06 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=6.0
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.35 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 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 SIA org.opencontainers.image.version=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.35/ui /usr/share/zabbix # buildkit
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.35 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 php83-bcmath php83-ctype php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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/php83/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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-10-23 11:23:16 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)USER 1997
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-10-23 11:23:16 UTC
87.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.35
[#000] sha256:188a7166e45935ced07634efdc8e63c13f5f7673b60b051b353475ee00e28fe0 - 3.66% (3.2 MB)
[#001] sha256:a59821d225a9afd3d10363fe919cf1f3d8574c6cb9ecff4344eff57222027eb8 - 33.12% (29 MB)
[#002] sha256:58550aae3560b7b208ff8c3822339fc1be0ba074f719a5ebbf5e4c5156cffd7d - 0.01% (5.06 KB)
[#003] sha256:bc71bcea9ec8edc2ebcab7c17ff476e8f1a3a7f132fbee4525839e3cc6d4098a - 63.21% (55.3 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:060d6a546c4d1f0d67f86e045df13951b598a75459524dfe5f6f6f49e1666d00 - 0.0% (2.88 KB)
/bin/sh -c #(nop) ADD file:9865d69f45511580cc2a05d8a9573251b6eb5a84520efe2e8295532e3ccd6321 in /
2024-09-06 22:44:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=6.0
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.35 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 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 SIA org.opencontainers.image.version=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.35/ui /usr/share/zabbix # buildkit
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.35 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 php83-bcmath php83-ctype php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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/php83/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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-10-23 11:23:16 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)USER 1997
2024-10-23 11:23:16 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-10-23 11:23:20 UTC
88.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.35
[#000] sha256:1274ef399099f48829c82f23090a3c36444839648f7cf9fbf44c7518257fcdd2 - 3.63% (3.21 MB)
[#001] sha256:d74a4270f684bec07b14c1553f3e5392f9ea418922d40e6d4c646e2e424093f9 - 32.78% (29 MB)
[#002] sha256:58550aae3560b7b208ff8c3822339fc1be0ba074f719a5ebbf5e4c5156cffd7d - 0.01% (5.06 KB)
[#003] sha256:e06e7b9e7c952d2502b82862b0150699a3eec71628e58515260647da69517ab6 - 63.59% (56.2 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4c73a5871aa6c63c07499caddb1282e10e9e4a36feca72f4a6bbf5ab5e66773e - 0.0% (2.88 KB)
/bin/sh -c #(nop) ADD file:2b460e2f1af1fd81bcf839fbca42c282e18754a310086d2d55772cfcaff3154e in /
2024-09-06 22:26:13 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=6.0
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.35 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 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 SIA org.opencontainers.image.version=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.35/ui /usr/share/zabbix # buildkit
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-10-23 11:23:20 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.35 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 php83-bcmath php83-ctype php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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/php83/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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-10-23 11:23:20 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-10-23 11:23:20 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-10-23 11:23:20 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-10-23 11:23:20 UTC (buildkit.dockerfile.v0)USER 1997
2024-10-23 11:23:20 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-10-23 11:23:28 UTC
89.2 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.35
[#000] sha256:dbf93dbda29c680e293e8229956c663ae9d4e8435d70335c363568788915cac5 - 3.48% (3.1 MB)
[#001] sha256:3e42add8a036c5574a9441733c3b8eed0fa026c50a7db2f2db199c4fbf31d26c - 32.51% (29 MB)
[#002] sha256:58550aae3560b7b208ff8c3822339fc1be0ba074f719a5ebbf5e4c5156cffd7d - 0.01% (5.06 KB)
[#003] sha256:b502ef9f9562904ee5cae439180a3ad08dd7bf02db5fa5aaeee47bf661e95dc7 - 64.01% (57.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:5b62f875fd6e7029463a0bbea028e4f62c91bdf2fe2fa0c91d60fcad80021890 - 0.0% (2.87 KB)
/bin/sh -c #(nop) ADD file:accee20143ffbe803d23675898d25fedbb25c04fcc9f4ddaa1ba5f066c5ae260 in /
2024-09-06 22:48:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=6.0
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.35 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-10-23 11:22:55 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 SIA org.opencontainers.image.version=6.0.35
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.35/ui /usr/share/zabbix # buildkit
2024-10-23 11:22:55 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-10-23 11:23:28 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.35 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 php83-bcmath php83-ctype php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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/php83/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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-10-23 11:23:28 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-10-23 11:23:28 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-10-23 11:23:28 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-10-23 11:23:28 UTC (buildkit.dockerfile.v0)USER 1997
2024-10-23 11:23: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.