2021-05-24 10:50:35 UTC
166 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION4.0.31
[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 43.79% (72.6 MB)
[#001] sha256:4582182c60c689c5b057e21faeab2ff2e1ea244e06b53ec47febc14b98915e65 - 45.7% (75.7 MB)
[#002] sha256:95f26168fcd878fd6cf8250765f72ebc73d38c2bb08da1510d8ca6b364e2f85c - 0.0% (4.27 KB)
[#003] sha256:37282ea700b42ba6f4af1a36b4ed4af0923f87cb1fe62601801e8d267aa1b098 - 10.5% (17.4 MB)
[#004] sha256:6e185a39e394176b819e4379811f6ca7a633210464a6a27a0ad33d295a70ce84 - 0.0% (2.51 KB)
/bin/sh -c #(nop) ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in /
2020-11-14 00:20:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00
2020-11-14 00:20:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-24 10:49:24 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-05-24 10:49:24 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-05-24 10:49:24 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 /var/lib/php/session && yum --quiet makecache && yum -y install epel-release && yum -y install --setopt=tsflags=nodocs curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysql php-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit
2021-05-24 10:49:24 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2021-05-24 10:49:24 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.31
2021-05-24 10:49:24 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:49:24 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.31 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:49:24 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.31 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:49:24 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-05-24 10:50:35 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.31 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs gettext git && cd /usr/share/ && git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./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/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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 && yum -y history undo `yum -q history | sed -n 3p |column -t | cut -d' ' -f1` && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit
2021-05-24 10:50:35 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-05-24 10:50:35 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-05-24 10:50:35 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-05-24 10:50:35 UTC (buildkit.dockerfile.v0)USER 1997
2021-05-24 10:50:35 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-05-24 10:53:59 UTC
174 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION4.0.31
[#000] sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec - 59.31% (103 MB)
[#001] sha256:f4b416ed26ea63345d58b572877d504c9e28ba28b962375e0b8fc573197d2c58 - 30.79% (53.6 MB)
[#002] sha256:d9c372bb09d4b23808172b18b4a1e8db474377b34681e18e5500256638d6ced3 - 0.0% (4.27 KB)
[#003] sha256:126e92bc97639e883e9749ea5abf70ef4d81a50912fdcc2aef55311395b65974 - 9.9% (17.2 MB)
[#004] sha256:394def7f4f5c0e0030c50f0735d0590c97b2cf404a3152bbc2b96707d7a75a33 - 0.0% (2.51 KB)
/bin/sh -c #(nop) ADD file:5b1e63a3cb041177b802b501dedcd71a86f1773ea0f69f048f2eb3901097711d in /
2020-11-14 00:40:31 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00
2020-11-14 00:40:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-24 10:51:03 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-05-24 10:51:03 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-05-24 10:51:03 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 /var/lib/php/session && yum --quiet makecache && yum -y install epel-release && yum -y install --setopt=tsflags=nodocs curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysql php-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit
2021-05-24 10:51:03 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2021-05-24 10:51:03 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.31
2021-05-24 10:51:03 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:51:03 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.31 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:51:03 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.31 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:51:03 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-05-24 10:53:59 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.31 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs gettext git && cd /usr/share/ && git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./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/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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 && yum -y history undo `yum -q history | sed -n 3p |column -t | cut -d' ' -f1` && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit
2021-05-24 10:53:59 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-05-24 10:53:59 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-05-24 10:53:59 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-05-24 10:53:59 UTC (buildkit.dockerfile.v0)USER 1997
2021-05-24 10:53:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-05-24 10:54:06 UTC
171 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION4.0.31
[#000] sha256:3fe478aaff9b8f3ba958253e7339e9016ec07c075b805ebfc8cd372ddd01ee64 - 44.83% (76.8 MB)
[#001] sha256:a67239f7ecd9cfbd6bd4dd7a8692d456d753c1d22e5dac45385965fd6d912d9d - 45.09% (77.2 MB)
[#002] sha256:2fff3b8cd520f2f8b77e3b089252f23a281ea60ba9c4765b957de1a0ed68fdd9 - 0.0% (4.27 KB)
[#003] sha256:55d9867487c34bd18aa862d0db40842f500cdf74254537265e8e4dbdb4732c48 - 10.08% (17.3 MB)
[#004] sha256:262995de98be46888d277d95619fdbe84cda4c2e6d40783bbda84d1b1b3e0deb - 0.0% (2.51 KB)
/bin/sh -c #(nop) ADD file:7f21ae7d20a8e347d8b678bcf26be83abb1ee27d3b567c9cddd993e45ce8ac34 in /
2020-11-17 04:05:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00
2020-11-17 04:05:38 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-24 10:51:08 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-05-24 10:51:08 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-05-24 10:51:08 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 /var/lib/php/session && yum --quiet makecache && yum -y install epel-release && yum -y install --setopt=tsflags=nodocs curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysql php-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit
2021-05-24 10:51:08 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2021-05-24 10:51:08 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.31
2021-05-24 10:51:08 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:51:08 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.31 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:51:08 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.31 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-05-24 10:51:08 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-05-24 10:54:06 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.31 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs gettext git && cd /usr/share/ && git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./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/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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 && yum -y history undo `yum -q history | sed -n 3p |column -t | cut -d' ' -f1` && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit
2021-05-24 10:54:06 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-05-24 10:54:06 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-05-24 10:54:06 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-05-24 10:54:06 UTC (buildkit.dockerfile.v0)USER 1997
2021-05-24 10:54:06 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.