2022-11-02 20:21:20 UTC
131 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.10
[#000] sha256:d67a603b911ada80815df642621203365c074f4903f50aed87dcf6df07e6e4c6 - 29.54% (38.7 MB)
[#001] sha256:48a108ef29879da63c4f20fbf2daa4d6f64192f35509bf29d294d869ca046664 - 11.45% (15 MB)
[#002] sha256:10758fc0ecba7955f8c3299a6b8a90f19609e9928415e3d1abdfb334d78f1dce - 0.0% (5.15 KB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:fdfcbef5a872bd972c069518a5d3c6fe4eb62aebbd3fbac570872ed6ef9612e1 - 59.01% (77.3 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:b1ce3d9c538f287df2a24da7329a959cbcb4d5060403a014a02291c7d77ec324 - 0.0% (2.65 KB)
/bin/sh -c #(nop) ADD file:bb73a6f29d54ad7e2f7ec0aeeb404b06eee41432910aa60dd8f9ec5cdb904455 in /
2022-10-27 17:21:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.10 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-11-02 20:20:06 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.10
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.10/ui /usr/share/zabbix # buildkit
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)COPY conf/etc/yum.repos.d/oracle-epel-ol8.repo /etc/yum.repos.d/oracle-epel-ol8.repo # buildkit
2022-11-02 20:21:20 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.10 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && 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" && microdnf -y module enable mysql && microdnf -y module enable php:7.4 && microdnf -y install --disablerepo="*" --enablerepo="ol8_baseos_latest" --enablerepo="ol8_appstream" --enablerepo="ol8_developer_EPEL" --setopt=install_weak_deps=0 --best --nodocs ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --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 && 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 && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && microdnf -y remove findutils glibc-locale-source && microdnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
2022-11-02 20:21:20 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2022-11-02 20:21:20 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2022-11-02 20:21:20 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2022-11-02 20:21:20 UTC (buildkit.dockerfile.v0)USER 1997
2022-11-02 20:21:20 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2022-11-02 20:27:13 UTC
133 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.10
[#000] sha256:67fb6ea658c323fd156e1a1606d34b6fb59066aa9985abaa0f6c60ad6e91fab1 - 28.27% (37.6 MB)
[#001] sha256:53479cd29510aaeb694fb71763e3a89dde4fc9dc6095a282e242bb6816b1d508 - 11.28% (15 MB)
[#002] sha256:10758fc0ecba7955f8c3299a6b8a90f19609e9928415e3d1abdfb334d78f1dce - 0.0% (5.15 KB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:8c596bc697f7ae25f41e3e88be88c50b0759b0e51249b0c8e5ceffe4fe597ce6 - 60.44% (80.4 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:6e8e153a1a917def5e1b29dc907cddd2d059cd2b7bc2f2f3f82a46ceb875e1c8 - 0.0% (2.66 KB)
/bin/sh -c #(nop) ADD file:9972b7a185a3ff13a8ec0490c58d6e2b47d402e40b486eb32e78f2fd0919c27e in /
2022-10-27 17:48:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.10 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-11-02 20:20:06 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.10
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.10/ui /usr/share/zabbix # buildkit
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2022-11-02 20:20:06 UTC (buildkit.dockerfile.v0)COPY conf/etc/yum.repos.d/oracle-epel-ol8.repo /etc/yum.repos.d/oracle-epel-ol8.repo # buildkit
2022-11-02 20:27:13 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.10 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && 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" && microdnf -y module enable mysql && microdnf -y module enable php:7.4 && microdnf -y install --disablerepo="*" --enablerepo="ol8_baseos_latest" --enablerepo="ol8_appstream" --enablerepo="ol8_developer_EPEL" --setopt=install_weak_deps=0 --best --nodocs ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --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 && 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 && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && microdnf -y remove findutils glibc-locale-source && microdnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
2022-11-02 20:27:13 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2022-11-02 20:27:13 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2022-11-02 20:27:13 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2022-11-02 20:27:13 UTC (buildkit.dockerfile.v0)USER 1997
2022-11-02 20:27: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.