2024-05-21 11:19:26 UTC
154 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.30
[#000] sha256:6ac36e7c57f227110df5cd65cfdca1cc05e0b17df6748637a6aa04c5c80f89c6 - 52.46% (80.6 MB)
[#001] sha256:b5347433e3f60812d5f30024453117cd0ec455e548c63d0f8c3f4022c23c2142 - 18.76% (28.8 MB)
[#002] sha256:17ba6e8e4cb1a910033e948f1b7840c347d74d0b12cff2c120d45220a064f1f4 - 0.0% (5.02 KB)
[#003] sha256:6d9b4394683c7a53b1e23a0e9f61b776796935b52367b8abd84f2009e30236b7 - 28.78% (44.2 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:d188e3b71bff7e22aa130ca39bead123f61506f4f507146716c8c94810630ae4 - 0.0% (2.85 KB)
/bin/sh -c #(nop) ADD file:c8aa29e04b07c6c597b204b55a5425a5e818661a8e2fa481bd67f4b2c91612c0 in /
2024-05-21 06:25:19 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20240521"
2024-05-21 06:25:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.30 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-05-21 11:18:12 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 LLC org.opencontainers.image.version=6.0.30
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.30/ui /usr/share/zabbix # buildkit
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-05-21 11:19:26 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.30 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:8.0 nginx:1.22 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir /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 -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.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" && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && 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/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all # buildkit
2024-05-21 11:19:26 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-05-21 11:19:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-05-21 11:19:26 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-05-21 11:19:26 UTC (buildkit.dockerfile.v0)USER 1997
2024-05-21 11:19:26 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-05-21 11:24:15 UTC
155 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.30
[#000] sha256:45846c6e98800dae3d1e1fd3ee5bfaa29e931e597b31162a68107adf47eee13b - 51.25% (79.2 MB)
[#001] sha256:9acae357e62b0fffe06ed82a1d90162da69fa856df56e1404af78889f5593447 - 18.64% (28.8 MB)
[#002] sha256:17ba6e8e4cb1a910033e948f1b7840c347d74d0b12cff2c120d45220a064f1f4 - 0.0% (5.02 KB)
[#003] sha256:724b9054f1036d47e929f90cd226cf9456889a13088c53a2e7027c029c3e5a17 - 30.1% (46.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:cf82e4f334ecef079b8dab7c389cda0bff71c56d9630769ad6308e17d1327e09 - 0.0% (2.85 KB)
/bin/sh -c #(nop) ADD file:2512557eff36f048ac62c5d7f3d805d6fc7766aea9d44dc765d4fb62e941b591 in /
2024-05-21 06:24:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20240521"
2024-05-21 06:24:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.30 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-05-21 11:18:12 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 LLC org.opencontainers.image.version=6.0.30
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.30/ui /usr/share/zabbix # buildkit
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-05-21 11:24:15 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.30 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:8.0 nginx:1.22 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir /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 -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.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" && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && 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/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all # buildkit
2024-05-21 11:24:15 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-05-21 11:24:15 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-05-21 11:24:15 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-05-21 11:24:15 UTC (buildkit.dockerfile.v0)USER 1997
2024-05-21 11:24:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-05-21 11:23:58 UTC
167 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.30
[#000] sha256:d360c0037484a8ff1d43c4a6216c51f6b4aee9bb0058fb778852900d7fe489d1 - 53.62% (89.6 MB)
[#001] sha256:14cd671784e26f0b17ecc44ca82ab770605c73e8e0465460fbcbb16eb0ead99c - 17.25% (28.8 MB)
[#002] sha256:17ba6e8e4cb1a910033e948f1b7840c347d74d0b12cff2c120d45220a064f1f4 - 0.0% (5.02 KB)
[#003] sha256:2a01ddd22b18d119ece278024e789260b1e6db0717e8454949834dbef537b836 - 29.13% (48.7 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:28f9c9c2ac356a0dda98a531ef219ae0ca88e512d6df02bf0ded997f7ecda49b - 0.0% (2.85 KB)
/bin/sh -c #(nop) ADD file:56bc362d541fe71bc2aca72d01ed2136c5ef65fa04d5097f80478cda68a15725 in /
2024-05-21 06:24:50 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20240521"
2024-05-21 06:24:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.30 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-05-21 11:18:12 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 LLC org.opencontainers.image.version=6.0.30
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.30/ui /usr/share/zabbix # buildkit
2024-05-21 11:18:12 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2024-05-21 11:23:58 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.30 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:8.0 nginx:1.22 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir /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 -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.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" && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && 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/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all # buildkit
2024-05-21 11:23:58 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2024-05-21 11:23:58 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2024-05-21 11:23:58 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-05-21 11:23:58 UTC (buildkit.dockerfile.v0)USER 1997
2024-05-21 11:23:58 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.