2023-09-25 08:19:54 UTC
61.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION4.0.49
[#000] sha256:79e9f2f55bf5465a02ee6a6170e66005b20c7aa6b115af6fcd04fad706ea651a - 4.38% (2.69 MB)
[#001] sha256:c27238c051ede08ae2b97845fc2454dce7561da5236a07d00b6f08fe277cca80 - 34.89% (21.4 MB)
[#002] sha256:399afbe5d52481d673af28bf47e4e0d6e68f8174ed04bc27db3abbf6e44d16ad - 0.01% (4.36 KB)
[#003] sha256:f1bafb8e44ced465f7ba9cf161cf754ad1b87b5840c6baf53a8d997f1510e58e - 60.72% (37.3 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:0808ceb9bdcfa9d56336f8044729a4bb1a930ab53f31149314eeb93505daaebd - 0.0% (2.41 KB)
/bin/sh -c #(nop) ADD file:efe2d94a88cdbbd01c3ef095f0a2473cec9e74804b49cd6fb9b837d362631409 in /
2021-11-12 17:20:17 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.49 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19: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/4.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=4.0.49
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.49/frontends/php /usr/share/zabbix # buildkit
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-09-25 08:19:54 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.49 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/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/ && rm -rf /var/cache/apk/* # buildkit
2023-09-25 08:19:54 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-09-25 08:19:54 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-09-25 08:19:54 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-09-25 08:19:54 UTC (buildkit.dockerfile.v0)USER 1997
2023-09-25 08:19:54 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-25 08:20:10 UTC
59.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_VERSION4.0.49
[#000] sha256:5cb8b15578b20b3c847454a0e0743b923ddea3e4f22ffa95f6f41b0c551a391e - 4.17% (2.5 MB)
[#001] sha256:9360d2f03b5f86e2c9df16f2dfb960cd7fa70b0c72f93f2114042b38fbbd80f7 - 35.74% (21.4 MB)
[#002] sha256:399afbe5d52481d673af28bf47e4e0d6e68f8174ed04bc27db3abbf6e44d16ad - 0.01% (4.36 KB)
[#003] sha256:5ab6e21d0aa4ed53c362bd1d9f599bc3a77fb4ff1afa52aabdd512268a573b9a - 60.07% (36 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:348bf7990c5d30ae2a312583586bf405f5ff84b15c961f74d38c94095ca8d143 - 0.0% (2.41 KB)
/bin/sh -c #(nop) ADD file:c219ee7662a2b29c4e06be5bf332f2f53b326937277057af61516f5cf5abce1e in /
2021-11-12 16:50:23 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.49 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19:43 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/4.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=4.0.49
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.49/frontends/php /usr/share/zabbix # buildkit
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-09-25 08:20:10 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.49 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/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/ && rm -rf /var/cache/apk/* # buildkit
2023-09-25 08:20:10 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-09-25 08:20:10 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-09-25 08:20:10 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-09-25 08:20:10 UTC (buildkit.dockerfile.v0)USER 1997
2023-09-25 08:20:10 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-25 08:19:58 UTC
58.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_VERSION4.0.49
[#000] sha256:db98cdfd4b007f4020acbc8c40e4a75340a1266331affc23d45f8da764257e90 - 3.95% (2.31 MB)
[#001] sha256:a4c36b3289af9ac2dba68d2f9aa50d3b369037fee6be0ed789570ca576a2aec9 - 36.6% (21.4 MB)
[#002] sha256:399afbe5d52481d673af28bf47e4e0d6e68f8174ed04bc27db3abbf6e44d16ad - 0.01% (4.36 KB)
[#003] sha256:35427ed0e4117e8c8972fb6af317ade6d56a4cc7e5f1564cf4a06ea39f6f2c1e - 59.43% (34.8 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:dd9a40065bdb4164531a25a646b06d967bbce224215f20f29d58821b41b4ce32 - 0.0% (2.41 KB)
/bin/sh -c #(nop) ADD file:5586d977e3bd1db9c3169d9d907f57a4b09f7d30a76bc452a4f9a4d96e592d4a in /
2021-11-12 16:58:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.49 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19:43 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/4.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=4.0.49
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.49/frontends/php /usr/share/zabbix # buildkit
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-09-25 08:19:58 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.49 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/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/ && rm -rf /var/cache/apk/* # buildkit
2023-09-25 08:19:58 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-09-25 08:19:58 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-09-25 08:19:58 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-09-25 08:19:58 UTC (buildkit.dockerfile.v0)USER 1997
2023-09-25 08:19:58 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-25 08:20:09 UTC
61.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_VERSION4.0.49
[#000] sha256:b48a9fe99aba73065302163e59c82a1b0054810c7b9ef85eee6f1b495b162461 - 4.23% (2.6 MB)
[#001] sha256:6d11917bcbf6db8fd824ec5de9c5e638c79bbe45ba6e72eb7a3da648febbead1 - 34.84% (21.4 MB)
[#002] sha256:399afbe5d52481d673af28bf47e4e0d6e68f8174ed04bc27db3abbf6e44d16ad - 0.01% (4.36 KB)
[#003] sha256:1bd39bb6cce432521f7e6549b6462a19f0af133b20314f4f6a5d02f8a58801f0 - 60.92% (37.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:56862838cbce81c9e7acd960baa8441d5b98f0e5a9025ab99d5c26c1a49e7fd6 - 0.0% (2.41 KB)
/bin/sh -c #(nop) ADD file:bffb4828c6bba0115b766f72c49407938059b204ac9edf130d023af34871d3d0 in /
2021-11-12 16:40:19 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.49 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19: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/4.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=4.0.49
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.49/frontends/php /usr/share/zabbix # buildkit
2023-09-25 08:19:44 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-09-25 08:20:09 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.49 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/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/ && rm -rf /var/cache/apk/* # buildkit
2023-09-25 08:20:09 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-09-25 08:20:09 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-09-25 08:20:09 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-09-25 08:20:09 UTC (buildkit.dockerfile.v0)USER 1997
2023-09-25 08:20:09 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-25 08:20:05 UTC
61.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_VERSION4.0.49
[#000] sha256:2334d09c68c638281c379be0e1867755ef10cce022f8c7c0a238627478518b04 - 3.99% (2.47 MB)
[#001] sha256:750966a2b538a67b93162c3c8ea9ecfd869068c6602083c2abdd7eadd3846b4b - 34.65% (21.4 MB)
[#002] sha256:399afbe5d52481d673af28bf47e4e0d6e68f8174ed04bc27db3abbf6e44d16ad - 0.01% (4.36 KB)
[#003] sha256:ecd9a506ed64c82340a418ebde91d1771236dd037255f4607c2a9e8968a3b582 - 61.35% (37.9 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:1f7ca1b2e5e6b7db4a5b0a11167ffbb351da29c5fda81902b4e8979e68f435ff - 0.0% (2.41 KB)
/bin/sh -c #(nop) ADD file:c815c8e210b34707650647aaa23069608c25418b5c6694fbfd722e469bf7bd02 in /
2021-11-12 16:41:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.49 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-09-25 08:19:43 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/4.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=4.0.49
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.49/frontends/php /usr/share/zabbix # buildkit
2023-09-25 08:19:43 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-09-25 08:20:05 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.49 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/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/ && rm -rf /var/cache/apk/* # buildkit
2023-09-25 08:20:05 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-09-25 08:20:05 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-09-25 08:20:05 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-09-25 08:20:05 UTC (buildkit.dockerfile.v0)USER 1997
2023-09-25 08:20:05 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.