2024-03-25 15:08:38 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.42
[#000] sha256:f7dab3ab2d6ec29aa28769bec35331fb485b5837501b1e8556413d8b5a79c9c8 - 4.45% (2.7 MB)
[#001] sha256:ff2ee1519dd863f519fcecd08f8e9c1eacf1d076fd30408853bc673da554ddb3 - 37.03% (22.5 MB)
[#002] sha256:62e6240fba0bf81c083eb99739626da1b3e133b06375bd9c345883243c152942 - 0.01% (4.93 KB)
[#003] sha256:19a906b0c3116e5e83e21d5d27080edb80744489f492acdd92a0b75889f8ad4d - 58.51% (35.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:bca27fa32537dbca9d583f77f2feca318041d0873dfb2805f14cc7395336a48e - 0.0% (2.78 KB)
/bin/sh -c #(nop) ADD file:9663235f252e072c52b0f9e25845841e4321cce2caa7467a0d736c6003b05c00 in /
2023-03-29 18:19:37 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.42 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-25 15:08:35 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.42
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.42/ui /usr/share/zabbix # buildkit
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-25 15:08:38 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.42 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-03-25 15:08:38 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-25 15:08:38 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-25 15:08:38 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-25 15:08:38 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-25 15:08:38 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-03-25 15:08:55 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.42
[#000] sha256:fdb97e28c2688042133e9836db4ac0339f34dab0f700862d7d0fc683d14849c5 - 4.03% (2.33 MB)
[#001] sha256:0234a6085dc18396a53ccb07fb6f3dadfc4feecb29cc84d1d47932d8838aadf7 - 38.94% (22.5 MB)
[#002] sha256:62e6240fba0bf81c083eb99739626da1b3e133b06375bd9c345883243c152942 - 0.01% (4.93 KB)
[#003] sha256:d07144dcb4001d792df698f9c643f02fd18477da6dc706b3f6d7b0f85bd5ab93 - 57.02% (32.9 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4d50f94ce61f7490a4c7ec185422de902f40681a95fbae064bc39e29508748c5 - 0.0% (2.79 KB)
/bin/sh -c #(nop) ADD file:0ddf76a476506e05c18c8fce899c095a5a2ca7c86a9fe79638da3f67d25d6d60 in /
2023-03-29 18:05:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-25 15:08:34 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-25 15:08:34 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-25 15:08:34 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-25 15:08:34 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.42 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-25 15:08:34 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.42
2024-03-25 15:08:34 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-25 15:08:34 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.42/ui /usr/share/zabbix # buildkit
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-25 15:08:55 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.42 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-03-25 15:08:55 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-25 15:08:55 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-25 15:08:55 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-25 15:08:55 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-25 15:08:55 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-03-25 15:08:49 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.42
[#000] sha256:422ed46b1a92579f7c475c0c19fade6880a8d98f23a2b4ccfb77c265d4f72dfc - 4.29% (2.6 MB)
[#001] sha256:cbb382357584e6f607a4bb6581c53bce63bda59b4e64071ffacf58edc163d6a2 - 37.1% (22.5 MB)
[#002] sha256:62e6240fba0bf81c083eb99739626da1b3e133b06375bd9c345883243c152942 - 0.01% (4.93 KB)
[#003] sha256:c3163dbc56a7299f1c1eea6c7c7f55d1ffb5d5a7a14ca1176ed3e77c8380b641 - 58.6% (35.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:beb2463454445b5f8b137cae6d909e0891e7c8411fbfdb35da3901a5e3590b27 - 0.0% (2.79 KB)
/bin/sh -c #(nop) ADD file:c3d52cc254959a9ff493e7347e6b1bc25c0ccfdcf9532dbf43173ddd182d0e4d in /
2023-03-29 17:39:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.42 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-25 15:08:35 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.42
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.42/ui /usr/share/zabbix # buildkit
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-25 15:08:49 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.42 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-03-25 15:08:49 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-25 15:08:49 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-25 15:08:49 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-25 15:08:49 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-25 15:08:49 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-03-25 15:09:09 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.42
[#000] sha256:8bb52a11962bb4dbc77acf5f12d1878d1be92c0ecf304a2d36a131332fc20c75 - 4.1% (2.49 MB)
[#001] sha256:43f6002fd9de9df11099bcf38b068cba09de68248c8709ac05bb65d5695e2038 - 36.96% (22.5 MB)
[#002] sha256:62e6240fba0bf81c083eb99739626da1b3e133b06375bd9c345883243c152942 - 0.01% (4.93 KB)
[#003] sha256:7735d1436d745b8fbbab964a1a44fbbdd7d4564c84d99d6214280be2cbab74af - 58.93% (35.8 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4dc2c6679ec3a9d2f2b48d37872ea51efa82a246632f398e48fd16f4d25dbbcc - 0.0% (2.78 KB)
/bin/sh -c #(nop) ADD file:c3941cbff3098052ac071b32600a6fe63b218433e5ca24a62a09916d9be348df in /
2023-03-29 17:42:12 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.0.42 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-25 15:08:35 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.42
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-5.0.42/ui /usr/share/zabbix # buildkit
2024-03-25 15:08:35 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-03-25 15:09:09 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.42 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-03-25 15:09:09 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-03-25 15:09:09 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-03-25 15:09:09 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-25 15:09:09 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-25 15:09:09 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.