2021-11-29 18:55:42 UTC
81.9 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.36
[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 88.57% (72.6 MB)
[#001] sha256:903984c264b03a9593fb8c963d4ce3af8e08bf86b25f25ad00629a98c736423d - 0.27% (230 KB)
[#002] sha256:fbd4531891f07a493c07ce892696749f7f549ac7576309fbb671bf081cc1998e - 0.1% (82.4 KB)
[#003] sha256:81447a40f89fae976a24dc0314b5a923478e7ef3ed8a8abe8b363e277628fae7 - 0.14% (117 KB)
[#004] sha256:b00f6c8a89ad6ee9d0c490af5d8cf67fea640e3cb507a42157973bd4cff5575b - 0.0% (3.99 KB)
[#005] sha256:cd94cf2c60297f370348ebab807831d60c76dc79752a4feaa78946cee03e8d2f - 10.91% (8.94 MB)
[#006] sha256:6113a31e718c569db7290e043b6503e3e6113fd2a930865f6940efc6705ad17a - 0.0% (2.12 KB)
/bin/sh -c #(nop) ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in /
2021-09-15 18:20:23 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
2021-09-15 18:20:23 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.36 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.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 agent org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=4.0.36
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.36/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.36/src/zabbix_get/zabbix_get /usr/bin/zabbix_get # buildkit
2021-11-29 18:55:10 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.36/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender # buildkit
2021-11-29 18:55:11 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-4.0.36/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf # buildkit
2021-11-29 18:55:42 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.36 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tini tzdata openldap iputils pcre libcurl openssl-libs zlib" && yum -y install epel-release && yum -y install --setopt=tsflags=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/zabbix_agentd.d && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/modules && chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && chmod -R g=u /etc/zabbix/ /var/lib/zabbix/ && 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-11-29 18:55:42 UTC (buildkit.dockerfile.v0)EXPOSE map[10050/tcp:{}]
2021-11-29 18:55:42 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2021-11-29 18:55:42 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-11-29 18:55:42 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
2021-11-29 18:55:42 UTC (buildkit.dockerfile.v0)USER 1997
2021-11-29 18:55:42 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
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.