2021-06-28 13:32:38 UTC
135 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.2.7
[#000] sha256:5a581c13a8b96af42c06955acd88fdb3aff53edcbdd33faa7bca9854fd8bfbaf - 29.82% (40.2 MB)
[#001] sha256:3e1593b9883adfa86bdeef57fcf22b7090f67f1e7e65766c2e89ffe8a2f1df0c - 0.0% (364 Bytes)
[#002] sha256:8e39bb7d34a55ea2eacb68fb10a4f48bf637ba13eb23bfe8b08e23b0bad120a2 - 53.64% (72.4 MB)
[#003] sha256:cc0dc9853d05841452d2ce183a7e1048d463788c701e7cfbca52dedd8a2d8039 - 0.0% (4.8 KB)
[#004] sha256:dd131f537a1f8b97eebfa8eb6a202e2577e2620ab43e9a36b16ddd38d5fe2401 - 16.53% (22.3 MB)
[#005] sha256:bb42de026ebf3eab3fd9f8115b186b511ff6b4b72aaf64e4208849de1b0194fe - 0.0% (2.78 KB)
/bin/sh -c #(nop) ADD file:b4c18f27ab03ed63f96174673a8d97d4b1b6abb552b6fe3201c6aec934e8312f in /
2021-06-02 17:21:00 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-06-28 13:30:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0
2021-06-28 13:30:43 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-06-28 13:30:43 UTC (buildkit.dockerfile.v0)COPY conf/etc/yum.repos.d/oracle-epel-ol8.repo /etc/yum.repos.d/oracle-epel-ol8.repo # buildkit
2021-06-28 13:31:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && 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 && mkdir -p /etc/yum/vars/ && echo "" > /etc/yum/vars/ociregion && echo "oracle.com" > /etc/yum/vars/ocidomain && microdnf -y module enable mysql && microdnf -y module enable php:7.4 && INSTALL_PKGS="curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml supervisor" && microdnf -y --disablerepo="*" --enablerepo="ol8_baseos_latest" --enablerepo="ol8_appstream" --enablerepo="ol8_developer_EPEL" install --setopt=install_weak_deps=0 --best --nodocs ${INSTALL_PKGS} && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && 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
2021-06-28 13:31:20 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=5.2
2021-06-28 13:31:20 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=5.2.7
2021-06-28 13:31:20 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-06-28 13:31:20 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.2.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-06-28 13:31:20 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/5.2/manual/installation/containers org.opencontainers.image.version=5.2.7 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-06-28 13:31:20 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-06-28 13:32:38 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.2 ZBX_VERSION=5.2.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="ol8_baseos_latest,ol8_appstream,ol8_codeready_builder" && INSTALL_PKGS="glibc-locale-source gettext findutils git" && microdnf -y install --setopt=install_weak_deps=0 --best --nodocs dnf && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=install_weak_deps=False --best --setopt=tsflags=nodocs ${INSTALL_PKGS} && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && 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 && 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/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && dnf -y history undo last && dnf -y clean all && microdnf -y remove dnf && 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
2021-06-28 13:32:38 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-06-28 13:32:38 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-06-28 13:32:38 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-06-28 13:32:38 UTC (buildkit.dockerfile.v0)USER 1997
2021-06-28 13:32:38 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-06-28 13:39:04 UTC
138 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.2.7
[#000] sha256:4a780b35fbf92abdbd808aa7d8f30cb6c03db446424f04738aa715ba4935a1f6 - 29.09% (40.1 MB)
[#001] sha256:b7d31b90a077cc21563eace5f26d921b46f80ff3cf068ed786df99011d0ae21c - 0.0% (362 Bytes)
[#002] sha256:32d8b1861d28d4aab37ad5965f658ec007ddbcf980cbae3236453a42844ed2c2 - 54.51% (75.2 MB)
[#003] sha256:5d71628e62101c7b7668923efe029ff4ab7684199a5cf72629485ec31c5094be - 0.0% (4.8 KB)
[#004] sha256:c0195d2aa085c4702a38c1908b052d5cce2ec42d37d6f26053ed422668096c40 - 16.39% (22.6 MB)
[#005] sha256:53e218c54322b35026546a908f1b47fe91615991d521780e94125ba0de126ff0 - 0.0% (2.78 KB)
/bin/sh -c #(nop) ADD file:78235baf524ed2a030d5aee5012599777d5026bf83699d8d03662420d6804653 in /
2021-06-02 17:41:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-06-28 13:30:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0
2021-06-28 13:30:43 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-06-28 13:30:43 UTC (buildkit.dockerfile.v0)COPY conf/etc/yum.repos.d/oracle-epel-ol8.repo /etc/yum.repos.d/oracle-epel-ol8.repo # buildkit
2021-06-28 13:33:31 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && 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 && mkdir -p /etc/yum/vars/ && echo "" > /etc/yum/vars/ociregion && echo "oracle.com" > /etc/yum/vars/ocidomain && microdnf -y module enable mysql && microdnf -y module enable php:7.4 && INSTALL_PKGS="curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml supervisor" && microdnf -y --disablerepo="*" --enablerepo="ol8_baseos_latest" --enablerepo="ol8_appstream" --enablerepo="ol8_developer_EPEL" install --setopt=install_weak_deps=0 --best --nodocs ${INSTALL_PKGS} && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && 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
2021-06-28 13:33:31 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=5.2
2021-06-28 13:33:31 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=5.2.7
2021-06-28 13:33:31 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-06-28 13:33:31 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=5.2.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-06-28 13:33:31 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/5.2/manual/installation/containers org.opencontainers.image.version=5.2.7 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-06-28 13:33:31 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-06-28 13:39:04 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=5.2 ZBX_VERSION=5.2.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="ol8_baseos_latest,ol8_appstream,ol8_codeready_builder" && INSTALL_PKGS="glibc-locale-source gettext findutils git" && microdnf -y install --setopt=install_weak_deps=0 --best --nodocs dnf && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=install_weak_deps=False --best --setopt=tsflags=nodocs ${INSTALL_PKGS} && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && 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 && 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/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && dnf -y history undo last && dnf -y clean all && microdnf -y remove dnf && 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
2021-06-28 13:39:04 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-06-28 13:39:04 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-06-28 13:39:04 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-06-28 13:39:04 UTC (buildkit.dockerfile.v0)USER 1997
2021-06-28 13:39:04 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.