2025-10-30 07:17:24 UTC
60.2 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_VERSION7.4.4
[#000] sha256:f55248995629090739c0edbed165906ee4aa653c20a2edb6ec20f97f9763fd0d - 92.68% (55.8 MB)
[#001] sha256:afeef68b994f7798a524306517c53fb2bf2188adbc997b1b2f16b3d9f5f9e0b9 - 0.55% (338 KB)
[#002] sha256:41dca21daf00a07a1a03cd48c4f7c70dae778363f67887e6293f08b348394fe2 - 0.47% (291 KB)
[#003] sha256:52e2cad8f0330ade42c8e5a147292ea8049bc906e062bc5929918900a6d1b7fb - 0.01% (7.63 KB)
[#004] sha256:65a93a7b62795a939a241cc01b5098ae98b34fe3b6323ccf55d7858f5bc4f2b2 - 6.28% (3.78 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:6be66d99aab1b173097482da128c5f75c0ce5065a9bbef44fb83a489dcc33399 - 0.0% (1.97 KB)
/bin/sh -c #(nop) ADD file:231b0b064fc8d2f81c701ab6e3b8e65543edcfe7c5ba4d3819250560601254e0 in /
2025-10-28 00:05:42 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="20251028"
2025-10-28 00:05:43 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.4.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-10-30 07:17:13 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/7.4/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=7.4.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/general/bin/* /usr/bin/ # buildkit
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/agent/conf/ /etc/zabbix/ # buildkit
2025-10-30 07:17:24 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.4 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-10-30 07:17:24 UTC (buildkit.dockerfile.v0)EXPOSE [10050/tcp]
2025-10-30 07:17:24 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-10-30 07:17:24 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-10-30 07:17:24 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-10-30 07:17:24 UTC (buildkit.dockerfile.v0)USER 1997
2025-10-30 07:17:24 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
2025-10-30 07:20:38 UTC
59.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_VERSION7.4.4
[#000] sha256:d1f1f250d44b350ef7fdd4f04c5d5fad59e3133fd0b79344e4f323cf7d87b3e0 - 92.59% (54.9 MB)
[#001] sha256:df375f2bfbafa3042199322d6248560983866721afc55542ae0e7c8d17c66bb1 - 0.55% (334 KB)
[#002] sha256:77b7e18021294c47e3217cb66c9afecb0cd595c2cd4cc83ade6587bbf90be954 - 0.47% (286 KB)
[#003] sha256:eaa98348bce1000fe953c101cbe1aaadf217fa1be46ad8c5fd590ab8fcf3c925 - 0.01% (7.64 KB)
[#004] sha256:48880867f9292d364db4807e69f4af03b8e0a86d14f5a7bca7f77c60e8061d0f - 6.37% (3.77 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:7636950e4560042d1d9ae14f181303240c206b97062fc46ca1d8d6060524c705 - 0.0% (1.97 KB)
/bin/sh -c #(nop) ADD file:14af733325903474e131e7d83efea91aff39da36df7c38db1d1b97cea9d3068b in /
2025-10-28 00:04:55 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="20251028"
2025-10-28 00:04:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.4.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-10-30 07:17:13 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/7.4/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=7.4.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/general/bin/* /usr/bin/ # buildkit
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/agent/conf/ /etc/zabbix/ # buildkit
2025-10-30 07:20:38 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.4 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-10-30 07:20:38 UTC (buildkit.dockerfile.v0)EXPOSE [10050/tcp]
2025-10-30 07:20:38 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-10-30 07:20:38 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-10-30 07:20:38 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-10-30 07:20:38 UTC (buildkit.dockerfile.v0)USER 1997
2025-10-30 07:20:38 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
2025-10-30 07:17:51 UTC
65.7 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_VERSION7.4.4
[#000] sha256:f93786f26e8aa41a9b38542984cc5fd65f4db40fc9bc3c6ba0e38331be729d93 - 92.81% (60.9 MB)
[#001] sha256:fa947c08d08ac63cd632e1605dad5d1e3a0e8192f4b82453e522cb279d6438ea - 0.6% (405 KB)
[#002] sha256:c4515d50553615deb01d9d35d39859e94a13be8f64e36dbe8f946ce271331e9a - 0.51% (342 KB)
[#003] sha256:de994c221882d906f4d8af83ad1622b81283e089f51101e28e1a3c3bfb1290cb - 0.01% (7.64 KB)
[#004] sha256:6c04b8fed52a114581bf21bedb24d616a6518dcef2d3ef6e220af7a5f463d877 - 6.06% (3.98 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:c3acfc64131d0978c9696083c26b7e1bb0ad314abd1ab1e291c0ca9a30943a52 - 0.0% (1.97 KB)
/bin/sh -c #(nop) ADD file:99af2f93277bd7ef0179796618175e4f8c6ac3a4f198325b0b91f5789ced9de2 in /
2025-10-28 00:05:11 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="20251028"
2025-10-28 00:05:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.4.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.4 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-10-30 07:17:13 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/7.4/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=7.4.4
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/general/bin/* /usr/bin/ # buildkit
2025-10-30 07:17:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.4-output/agent/conf/ /etc/zabbix/ # buildkit
2025-10-30 07:17:51 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.4 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-10-30 07:17:51 UTC (buildkit.dockerfile.v0)EXPOSE [10050/tcp]
2025-10-30 07:17:51 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-10-30 07:17:51 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-10-30 07:17:51 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-10-30 07:17:51 UTC (buildkit.dockerfile.v0)USER 1997
2025-10-30 07:17:51 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.