2025-12-31 09:52:33 UTC
60.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZBX_LOADMODULEPATH/var/lib/zabbix/modules
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_USERPARAMETERDIR/var/lib/zabbix/user_scripts
ZBX_VERSION8.0
[#000] sha256:8e957be74364b99a84b48a40376467cbdb028d47e10bcd3342e28683a9a77f25 - 92.66% (55.8 MB)
[#001] sha256:9cddaf304d4e5aa9d7c3dbb7d44050a452b1268aada5864871f0d80e5f2f5094 - 0.55% (341 KB)
[#002] sha256:05ce39b4128c49f3c2445434d5bab1ed4bd5c7072c9a8235992982aa6695fb24 - 0.47% (287 KB)
[#003] sha256:a7eb64f35455000ddbec58527d3531b29e9a9dfe36eeae22e82c60c5168474d2 - 0.01% (7.64 KB)
[#004] sha256:e1d32519d8f94059919dc90ffe18d1df66a45dbe1d90fbf82f183d9571ed3491 - 6.31% (3.8 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:434897e5eb836421ab6e5075f6c8a065adeb86d251e763c05fdc8c1cc2effaa3 - 0.0% (1.97 KB)
/bin/sh -c #(nop) ADD file:1672c5c898bc59e446a6db2bd8f5b19c5b0846e54da011f2ea64f9cabd063dfe in /
2025-12-24 05:10:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 10 Minimal Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20251224"
2025-12-24 05:10:58 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=8.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-12-31 09:52:20 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/8.0/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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 SIA org.opencontainers.image.version=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/general/bin/* /usr/bin/ # buildkit
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/agent/conf/ /etc/zabbix/ # buildkit
2025-12-31 09:52:33 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=8.0 ZBX_VERSION=8.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash iputils c-ares pcre2 libcurl-minimal openssl-libs openldap shadow-utils zlib" && microdnf -y install --disablerepo "*" --enablerepo "extras-common" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs epel-release && microdnf -y install --disablerepo "*" --enablerepo "baseos" --enablerepo "appstream" --enablerepo="epel" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${INSTALL_PKGS} && microdnf -y reinstall --enablerepo "baseos" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs tzdata && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_CONF_DIR}/ && mkdir -p ${ZABBIX_CONF_DIR}/zabbix_agentd.d && mkdir -p ${ZABBIX_USER_HOME_DIR} && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc_internal && mkdir -p ${ZABBIX_USER_HOME_DIR}/modules && mkdir -p ${ZBX_USERPARAMETERDIR} && chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chown --quiet zabbix:root ${ZABBIX_CONF_DIR}/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chgrp 0 ${ZABBIX_CONF_DIR} && chmod -R g=u ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chmod g=u ${ZABBIX_CONF_DIR} && /usr/sbin/zabbix_agentd -V # buildkit
2025-12-31 09:52:33 UTC (buildkit.dockerfile.v0)EXPOSE [10050/tcp]
2025-12-31 09:52:33 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-12-31 09:52:33 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-12-31 09:52:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-12-31 09:52:33 UTC (buildkit.dockerfile.v0)USER 1997
2025-12-31 09:52:33 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
2025-12-31 09:53:26 UTC
59.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZBX_LOADMODULEPATH/var/lib/zabbix/modules
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_USERPARAMETERDIR/var/lib/zabbix/user_scripts
ZBX_VERSION8.0
[#000] sha256:ff142116c518663fc1f06fdc60a07d947368d4cf5bb92d8b731db5a3eee76a27 - 92.57% (55 MB)
[#001] sha256:9a247a7cbb0ef142363edad3f5fc6ec63967f447e504e8c2cee22e39e7f3ed2f - 0.55% (336 KB)
[#002] sha256:cdb088d892394b98109be33850ce85acfa0186aa198095bdf8ca5721814797e5 - 0.47% (283 KB)
[#003] sha256:4d52f91e78164518957c9c34cf862d0584078d1efd1bca24713521380821a625 - 0.01% (7.64 KB)
[#004] sha256:8ec017212895b70b8a6b5cb61f59c6fa2e1c46a8fc3f8a193b744a31e6bcd8be - 6.4% (3.8 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:2dcdbe88345c2b57fd4fa902bb57dd4f49dc829d3c8f88ba6dc63b410d90412a - 0.0% (1.96 KB)
/bin/sh -c #(nop) ADD file:a875dd6beb72e08f8101a5b2bb840e7da1fccb48b92321e968b1f64544081922 in /
2025-12-24 05:10:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 10 Minimal Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20251224"
2025-12-24 05:10:14 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=8.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-12-31 09:52:20 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/8.0/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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 SIA org.opencontainers.image.version=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/general/bin/* /usr/bin/ # buildkit
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/agent/conf/ /etc/zabbix/ # buildkit
2025-12-31 09:53:26 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=8.0 ZBX_VERSION=8.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash iputils c-ares pcre2 libcurl-minimal openssl-libs openldap shadow-utils zlib" && microdnf -y install --disablerepo "*" --enablerepo "extras-common" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs epel-release && microdnf -y install --disablerepo "*" --enablerepo "baseos" --enablerepo "appstream" --enablerepo="epel" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${INSTALL_PKGS} && microdnf -y reinstall --enablerepo "baseos" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs tzdata && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_CONF_DIR}/ && mkdir -p ${ZABBIX_CONF_DIR}/zabbix_agentd.d && mkdir -p ${ZABBIX_USER_HOME_DIR} && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc_internal && mkdir -p ${ZABBIX_USER_HOME_DIR}/modules && mkdir -p ${ZBX_USERPARAMETERDIR} && chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chown --quiet zabbix:root ${ZABBIX_CONF_DIR}/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chgrp 0 ${ZABBIX_CONF_DIR} && chmod -R g=u ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chmod g=u ${ZABBIX_CONF_DIR} && /usr/sbin/zabbix_agentd -V # buildkit
2025-12-31 09:53:26 UTC (buildkit.dockerfile.v0)EXPOSE [10050/tcp]
2025-12-31 09:53:26 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-12-31 09:53:26 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-12-31 09:53:26 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-12-31 09:53:26 UTC (buildkit.dockerfile.v0)USER 1997
2025-12-31 09:53:26 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
2025-12-31 09:53:01 UTC
65.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZBX_LOADMODULEPATH/var/lib/zabbix/modules
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_USERPARAMETERDIR/var/lib/zabbix/user_scripts
ZBX_VERSION8.0
[#000] sha256:7bd49791431f998fbee9cd3f6ebaf2a1e0b35d19acd458de5572c408aaecf8b8 - 92.75% (60.7 MB)
[#001] sha256:731fc3a640c12117ef38efdd48894e1b74e345ffb22acd57942bc453634c832a - 0.61% (409 KB)
[#002] sha256:1c6b223d3f3d97cb99e095f182a063248c06419c8e72e4065269c2f7c39fe36c - 0.5% (338 KB)
[#003] sha256:2af7b4b72b51bc2ae9a3808a8af6eecbc69a2d02b8cbb5fb86a6a437fd996ba5 - 0.01% (7.64 KB)
[#004] sha256:9e6e5d6b2655b255fa54ea771a635f92e2174c4bdbbaf875be46382f9adf579e - 6.13% (4.01 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:be91311c5f5866a92716a90fcc2430f676e5504aa655c66ef86a26b912f8e4e3 - 0.0% (1.97 KB)
/bin/sh -c #(nop) ADD file:ee80bc0ce05b525f260ffa6602799cc0c999ba6269f0f6e2533bf34f9634aac6 in /
2025-12-24 05:10:27 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 10 Minimal Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20251224"
2025-12-24 05:10:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=8.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-12-31 09:52:20 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/8.0/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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 SIA org.opencontainers.image.version=8.0
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/general/bin/* /usr/bin/ # buildkit
2025-12-31 09:52:20 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-8.0-output/agent/conf/ /etc/zabbix/ # buildkit
2025-12-31 09:53:01 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=8.0 ZBX_VERSION=8.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash iputils c-ares pcre2 libcurl-minimal openssl-libs openldap shadow-utils zlib" && microdnf -y install --disablerepo "*" --enablerepo "extras-common" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs epel-release && microdnf -y install --disablerepo "*" --enablerepo "baseos" --enablerepo "appstream" --enablerepo="epel" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${INSTALL_PKGS} && microdnf -y reinstall --enablerepo "baseos" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs tzdata && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_CONF_DIR}/ && mkdir -p ${ZABBIX_CONF_DIR}/zabbix_agentd.d && mkdir -p ${ZABBIX_USER_HOME_DIR} && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc_internal && mkdir -p ${ZABBIX_USER_HOME_DIR}/modules && mkdir -p ${ZBX_USERPARAMETERDIR} && chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chown --quiet zabbix:root ${ZABBIX_CONF_DIR}/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chgrp 0 ${ZABBIX_CONF_DIR} && chmod -R g=u ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf ${ZABBIX_CONF_DIR}/zabbix_agentd.d/ ${ZABBIX_USER_HOME_DIR}/ && chmod g=u ${ZABBIX_CONF_DIR} && /usr/sbin/zabbix_agentd -V # buildkit
2025-12-31 09:53:01 UTC (buildkit.dockerfile.v0)EXPOSE [10050/tcp]
2025-12-31 09:53:01 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-12-31 09:53:01 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-12-31 09:53:01 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-12-31 09:53:01 UTC (buildkit.dockerfile.v0)USER 1997
2025-12-31 09:53:01 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.