2024-03-26 12:53:22 UTC
84.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_VERSION6.0.28
[#000] sha256:11da15500eca1f826c328eb3265caa30b0a3730510e2a32023084d6fe9cee20c - 94.95% (80.6 MB)
[#001] sha256:a2c9f27a6d5137c3465cdc22c2181d3da21189dda25c26836c96207fd96c6e3f - 0.33% (289 KB)
[#002] sha256:5dd93f53b7a4583eaeeb770bfdb9ecaf5ac6d87145c2871ef5b6bc18f60cef4e - 0.12% (105 KB)
[#003] sha256:f443b5ab0e4bb3a1d12eb171a6f3aa0c8d6fc1f19127aa1d56091a002e737a64 - 0.17% (150 KB)
[#004] sha256:ef84b848f0178ff5971f62c3b41cd65b29977e51dd10e081dabfce46c3b14dcd - 0.01% (4.84 KB)
[#005] sha256:809d19c8815327b67a06da43882f1af0708392a128835eb379d6b757cefe2ac2 - 4.42% (3.75 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:c87b306cb8e378c2bb31a4ee8c304eb73e170f074c2233161296a26af7a2b0bd - 0.0% (2.23 KB)
/bin/sh -c #(nop) ADD file:451da83db728381ebfe83a5486c0fd026fae41a7379982fab62f5e1525781121 in /
2024-03-26 04:47:32 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="20240326"
2024-03-26 04:47:36 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 12:52:51 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/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 agent org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=6.0.28
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_get/zabbix_get /usr/bin/zabbix_get # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf # buildkit
2024-03-26 12:53:22 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash tini iputils pcre2 libcurl-minimal libmodbus openssl-libs zlib" && dnf -y install epel-release && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && dnf -y reinstall --disablerepo "*" --enablerepo "baseos" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best tzdata && 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/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/ && dnf -y clean all # buildkit
2024-03-26 12:53:22 UTC (buildkit.dockerfile.v0)EXPOSE map[10050/tcp:{}]
2024-03-26 12:53:22 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2024-03-26 12:53:22 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-26 12:53:22 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
2024-03-26 12:53:22 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-26 12:53:22 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
2024-03-26 12:54:57 UTC
83.4 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.28
[#000] sha256:d129e02b332d0173c89a108391d7e330b7eade899ef4e8e7e839d3e20a902fe1 - 94.87% (79.1 MB)
[#001] sha256:ef807ca2ed70636285b36b40919474c9e842a60863fba808ceafb0d92510fb4e - 0.34% (290 KB)
[#002] sha256:6b3d8b520490b511bbbbc0dc666a8d3bbb32ebad28b0f2e489fec46ce929729b - 0.12% (104 KB)
[#003] sha256:0fe392756a2faca52c3450af5f203ae63bf02935683bd33d5ca6a560cd62756e - 0.17% (149 KB)
[#004] sha256:3a2586aaf13e60ec9e7084359e89be97960a1333824522e0d4ab04a99d3fc96d - 0.01% (4.84 KB)
[#005] sha256:7ba31355caffae599d90ec96222f692b08d10a47fb29cf4ec4c2097737534d05 - 4.48% (3.74 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:3e5788808c04a95f3c574a72888e25b7723fbeb00d115f4aea0fc39e64f258d3 - 0.0% (2.23 KB)
/bin/sh -c #(nop) ADD file:e96eb3cf3d37c80ca3a0426b564279074276532adda00acc46998d4fa8f8dde7 in /
2024-03-26 04:46:40 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="20240326"
2024-03-26 04:46:43 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 12:52:51 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/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 agent org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=6.0.28
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_get/zabbix_get /usr/bin/zabbix_get # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf # buildkit
2024-03-26 12:54:57 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash tini iputils pcre2 libcurl-minimal libmodbus openssl-libs zlib" && dnf -y install epel-release && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && dnf -y reinstall --disablerepo "*" --enablerepo "baseos" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best tzdata && 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/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/ && dnf -y clean all # buildkit
2024-03-26 12:54:57 UTC (buildkit.dockerfile.v0)EXPOSE map[10050/tcp:{}]
2024-03-26 12:54:57 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2024-03-26 12:54:57 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-26 12:54:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
2024-03-26 12:54:57 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-26 12:54:57 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
2024-03-26 12:54:59 UTC
94 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.28
[#000] sha256:b6beb3f02eafe80196c392f84b4ef00914162793a220f6de7725b31e824c438a - 95.29% (89.6 MB)
[#001] sha256:133b70ff59487bdc61d508f509d5987135a28b6cd774aa54b1d8ca52a1b4c7e4 - 0.38% (367 KB)
[#002] sha256:60c2ac1266a3bed6f09aefdcb52179cd9f53e844ce21366a9c3b4a01bdf955a3 - 0.13% (126 KB)
[#003] sha256:997e2d06dfa91ffb3a156f7051e1d28a689de1772a4947df79c20e10f673bc57 - 0.19% (180 KB)
[#004] sha256:84b312cf334601b5bb1711d1757d9e27c1bc2d694f5722f076585ba249468426 - 0.01% (4.84 KB)
[#005] sha256:fbd35c134815a64e53c49a2c2015982b784f32ed9390c8bd564cefe12622446c - 4.0% (3.76 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:4fffe6967569cb8fcf4ef4eaf2ef4ceab7befc11b54caae6cd1dbeb11bc56796 - 0.0% (2.23 KB)
/bin/sh -c #(nop) ADD file:e90328466031c7b1657a041c5c4c254449de7d280b39f2071527f15c04d12f24 in /
2024-03-26 04:47:05 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="20240326"
2024-03-26 04:47:08 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2024-03-26 12:52:51 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/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 agent org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=6.0.28
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_get/zabbix_get /usr/bin/zabbix_get # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender # buildkit
2024-03-26 12:52:51 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.0.28/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf # buildkit
2024-03-26 12:54:59 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.28 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash tini iputils pcre2 libcurl-minimal libmodbus openssl-libs zlib" && dnf -y install epel-release && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${INSTALL_PKGS} && dnf -y reinstall --disablerepo "*" --enablerepo "baseos" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best tzdata && 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/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/ && dnf -y clean all # buildkit
2024-03-26 12:54:59 UTC (buildkit.dockerfile.v0)EXPOSE map[10050/tcp:{}]
2024-03-26 12:54:59 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2024-03-26 12:54:59 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2024-03-26 12:54:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
2024-03-26 12:54:59 UTC (buildkit.dockerfile.v0)USER 1997
2024-03-26 12:54:59 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.