2024-09-25 03:17:59 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.44
[#000] sha256:d078792c4f9122259f14b539315bd92cbd9490ed73e08255a08689122b143108 - 4.44% (2.7 MB)
[#001] sha256:87622e141896f59c2494442afc533040e223413e6c5f6b689f37c316f2f34550 - 37.1% (22.5 MB)
[#002] sha256:f6eeaeff6ef234b58f514bf80a04fd570cf31fa47c26f51ea2c82f33a5cab7f1 - 0.01% (4.93 KB)
[#003] sha256:d0b5106d5f23ebb2042e71c29bcb6132ed707d4f812cd8b092cdce329c169e30 - 58.45% (35.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:b682038b001382d4acedd3dcfe3de3f4c6bd9eb594672f6b2c18489fcc4c3cf1 - 0.0% (2.83 KB)
/bin/sh -c #(nop) ADD file:aa1af71c6b66d2dddee4797236e3e526f70f904ab641cc0dd6b41445cfedf9b4 in /
2023-11-30 23:23:11 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=5.0
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=5.0.44
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.44 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-09-25 03:17: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/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 SIA org.opencontainers.image.version=5.0.44
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.44/ui /usr/share/zabbix # buildkit
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-09-25 03:17:58 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.44 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 && 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/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/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/ # buildkit
2024-09-25 03:17:58 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-09-25 03:17:59 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-09-25 03:17:59 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-09-25 03:17:59 UTC (buildkit.dockerfile.v0)USER 1997
2024-09-25 03:17:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-09-25 03:18:03 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.44
[#000] sha256:44fa72ed6c2e6e5c3b9a19671e11fc5a2a1e43b9c1a87481c30a6ae4c1aca8de - 4.02% (2.32 MB)
[#001] sha256:4cc8f3f6d0dba3befc07b6cfdff1df97afcc745ae0e5a13a4ffe65ffbb68661b - 39.02% (22.5 MB)
[#002] sha256:f6eeaeff6ef234b58f514bf80a04fd570cf31fa47c26f51ea2c82f33a5cab7f1 - 0.01% (4.93 KB)
[#003] sha256:8323596b6335c798edd58685b0f597a7cb18f3c7528690361dfa7daf0a62bc2c - 56.94% (32.9 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:0353a5ccf58ae2c81236288df6860cf03cd873abb7d49e29054f9620d7ff8515 - 0.0% (2.83 KB)
/bin/sh -c #(nop) ADD file:7db2190514505972d94b9e3fbd64c82b41614dfb70b2daaf9fa70e420281f15d in /
2023-11-30 22:49:43 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-09-25 03:17:50 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=5.0
2024-09-25 03:17:50 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=5.0.44
2024-09-25 03:17:50 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-09-25 03:17:50 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.44 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-09-25 03:17:50 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 SIA org.opencontainers.image.version=5.0.44
2024-09-25 03:17:50 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-09-25 03:17:50 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.44/ui /usr/share/zabbix # buildkit
2024-09-25 03:17:51 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-09-25 03:18:03 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.44 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 && 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/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/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/ # buildkit
2024-09-25 03:18:03 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-09-25 03:18:03 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-09-25 03:18:03 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-09-25 03:18:03 UTC (buildkit.dockerfile.v0)USER 1997
2024-09-25 03:18:03 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-09-25 03:18:07 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.44
[#000] sha256:8bc1ab4b84041d57f21a792410a00820f73fda7efe08bcd2ca6245349a40299d - 4.28% (2.6 MB)
[#001] sha256:6eff93a39e4adf153289308b4ed18da76596dee4edbec18591dc9a14797b2854 - 37.18% (22.5 MB)
[#002] sha256:f6eeaeff6ef234b58f514bf80a04fd570cf31fa47c26f51ea2c82f33a5cab7f1 - 0.01% (4.93 KB)
[#003] sha256:bfcc01513e36e0e960dcf0fa113971ad3c009a80ca33e8d8ccc685ba381a1503 - 58.53% (35.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:13457b3eb8643c6fa9236d2c5d09fe4f93273eff715bda236b45a08fdd316269 - 0.0% (2.83 KB)
/bin/sh -c #(nop) ADD file:3982c510455cc0ceea8cf8dd0b50b69588e35fd4f84522cb4000582c73781672 in /
2023-11-30 23:11:15 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-09-25 03:17:54 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=5.0
2024-09-25 03:17:54 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=5.0.44
2024-09-25 03:17:54 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-09-25 03:17:54 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.44 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-09-25 03:17: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/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 SIA org.opencontainers.image.version=5.0.44
2024-09-25 03:17:54 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-09-25 03:17:54 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.44/ui /usr/share/zabbix # buildkit
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-09-25 03:18:06 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.44 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 && 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/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/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/ # buildkit
2024-09-25 03:18:06 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-09-25 03:18:06 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-09-25 03:18:07 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-09-25 03:18:07 UTC (buildkit.dockerfile.v0)USER 1997
2024-09-25 03:18:07 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-09-25 03:18:13 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.44
[#000] sha256:db7c0a78989e27a2d93ba9c2bea157996c8d3955cd44e4d83acd5f9c4af3c90d - 4.09% (2.49 MB)
[#001] sha256:0d026100eb0422a9e606b1f8f998f30780c151f2aa32648e2ab913a491866670 - 37.04% (22.5 MB)
[#002] sha256:f6eeaeff6ef234b58f514bf80a04fd570cf31fa47c26f51ea2c82f33a5cab7f1 - 0.01% (4.93 KB)
[#003] sha256:7426b6179761d244e3798fdce8b61ec50653cc56f0e87e182574092e82f2f452 - 58.86% (35.8 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:04a906e34db7724a866133397efd22a860c634fd701daa3ad731214d5262e9b6 - 0.0% (2.83 KB)
/bin/sh -c #(nop) ADD file:9a2c1ceb71962d20c5b9781930d3635dac6b098305c7eacac1e32e3bcbb5b058 in /
2023-11-30 22:42:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=5.0
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=5.0.44
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.44 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-09-25 03:17: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/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 SIA org.opencontainers.image.version=5.0.44
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.44/ui /usr/share/zabbix # buildkit
2024-09-25 03:17:55 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-09-25 03:18:13 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.44 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 && 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/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/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/ # buildkit
2024-09-25 03:18:13 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-09-25 03:18:13 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-09-25 03:18:13 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-09-25 03:18:13 UTC (buildkit.dockerfile.v0)USER 1997
2024-09-25 03:18:13 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.