2023-11-30 12:26:23 UTC
60.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_VERSION5.0.40
[#000] sha256:f7dab3ab2d6ec29aa28769bec35331fb485b5837501b1e8556413d8b5a79c9c8 - 4.45% (2.7 MB)
[#001] sha256:76773ba68d5738c967fabaa08d301f7d6c6463264f60b6e22c543c661601add1 - 37.03% (22.5 MB)
[#002] sha256:a5f108eb376cae5ca27e3c0f89d386fc6ee0ce305e0ea5694a68a4552350a38c - 0.01% (4.91 KB)
[#003] sha256:f976da2fb06c884437a8f82e502eff38d6ee7dbfda694afd3d148ca23199c545 - 58.51% (35.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:965569d4dc29182ef560ed95310e5eb38c8afebab8367793020a17dec1cace24 - 0.0% (2.67 KB)
/bin/sh -c #(nop) ADD file:9663235f252e072c52b0f9e25845841e4321cce2caa7467a0d736c6003b05c00 in /
2023-03-29 18:19:37 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.40 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-11-30 12:26:20 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/5.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=5.0.40
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.40/ui /usr/share/zabbix # buildkit
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-11-30 12:26:23 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.40 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 php7-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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/http.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 /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/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-11-30 12:26:23 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-11-30 12:26:23 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-11-30 12:26:23 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-11-30 12:26:23 UTC (buildkit.dockerfile.v0)USER 1997
2023-11-30 12:26:23 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-11-30 12:26:30 UTC
57.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_VERSION5.0.40
[#000] sha256:fdb97e28c2688042133e9836db4ac0339f34dab0f700862d7d0fc683d14849c5 - 4.03% (2.33 MB)
[#001] sha256:b22b2cbb0cc6fdda60dc075c3f2656a02522143c0fc99875c490d98a2dfa31d5 - 38.93% (22.5 MB)
[#002] sha256:a5f108eb376cae5ca27e3c0f89d386fc6ee0ce305e0ea5694a68a4552350a38c - 0.01% (4.91 KB)
[#003] sha256:c5ee7980e8fdc41aec2c43e9539d9d4d67052c6bbe31002653ad52ee670b72e2 - 57.02% (32.9 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9bad3443c6c1dd7a0d3039679966328b89dfd797fe201a7f17f8ee788666aea5 - 0.0% (2.68 KB)
/bin/sh -c #(nop) ADD file:0ddf76a476506e05c18c8fce899c095a5a2ca7c86a9fe79638da3f67d25d6d60 in /
2023-03-29 18:05:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.40 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-11-30 12:26:20 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/5.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=5.0.40
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.40/ui /usr/share/zabbix # buildkit
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.40 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 php7-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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/http.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 /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/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-11-30 12:26:30 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)USER 1997
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-11-30 12:26:30 UTC
60.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_VERSION5.0.40
[#000] sha256:422ed46b1a92579f7c475c0c19fade6880a8d98f23a2b4ccfb77c265d4f72dfc - 4.29% (2.6 MB)
[#001] sha256:9f893d491a4521458617bb75a7aa7de775727d709627858574a86bf62c9c82a2 - 37.1% (22.5 MB)
[#002] sha256:a5f108eb376cae5ca27e3c0f89d386fc6ee0ce305e0ea5694a68a4552350a38c - 0.01% (4.91 KB)
[#003] sha256:964d76c747963fe5abedf9a728def390d525665bf0f9bc73833642d2925fdf69 - 58.6% (35.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9bad3443c6c1dd7a0d3039679966328b89dfd797fe201a7f17f8ee788666aea5 - 0.0% (2.68 KB)
/bin/sh -c #(nop) ADD file:c3d52cc254959a9ff493e7347e6b1bc25c0ccfdcf9532dbf43173ddd182d0e4d in /
2023-03-29 17:39:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.40 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-11-30 12:26:20 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/5.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=5.0.40
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.40/ui /usr/share/zabbix # buildkit
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.40 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 php7-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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/http.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 /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/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-11-30 12:26:30 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)USER 1997
2023-11-30 12:26:30 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-11-30 12:26:36 UTC
60.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_VERSION5.0.40
[#000] sha256:8bb52a11962bb4dbc77acf5f12d1878d1be92c0ecf304a2d36a131332fc20c75 - 4.1% (2.49 MB)
[#001] sha256:63f11ea6d0a590a794376d6bee94f8dd2fe570ddb30e38b5680d93da9f2da9aa - 36.96% (22.5 MB)
[#002] sha256:a5f108eb376cae5ca27e3c0f89d386fc6ee0ce305e0ea5694a68a4552350a38c - 0.01% (4.91 KB)
[#003] sha256:b9606299537c975540e1e5670513eef766034e15b217dc0d7070320dd6594bfd - 58.93% (35.8 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9dc04c100c63440c63395c26254cda5d1509f77ae67ce1f119410082a7fbfafd - 0.0% (2.68 KB)
/bin/sh -c #(nop) ADD file:c3941cbff3098052ac071b32600a6fe63b218433e5ca24a62a09916d9be348df in /
2023-03-29 17:42:12 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 12:26:19 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-11-30 12:26:19 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-11-30 12:26:19 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-11-30 12:26:19 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.40 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-11-30 12:26: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/5.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=5.0.40
2023-11-30 12:26:19 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-11-30 12:26:19 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.40/ui /usr/share/zabbix # buildkit
2023-11-30 12:26:20 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-11-30 12:26:36 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.40 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 php7-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 && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/http.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 /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/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-11-30 12:26:36 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-11-30 12:26:36 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-11-30 12:26:36 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-11-30 12:26:36 UTC (buildkit.dockerfile.v0)USER 1997
2023-11-30 12:26:36 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.