2025-07-23 06:52:00 UTC
32.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_VERSION7.2.11
[#000] sha256:32f112e3802cadcab3543160f4d2aa607b3cc1c62140d57b4f5441384f40e927 - 87.08% (28.3 MB)
[#001] sha256:37fcd9937a58fca0eec02e0e7923698df8a24b285c0c212e4e41c0bced39007a - 1.02% (339 KB)
[#002] sha256:0a336c542489628d5db00ed079d92f184b3a2a9c8e40f374f9a5a1ba6f5029a8 - 0.86% (288 KB)
[#003] sha256:3f12f0ed0275a46266b7f1a5d71d1a007c22f2e9c684dccc9c0a3be3885c9fb9 - 0.02% (7.35 KB)
[#004] sha256:2db1fd3ed1f978aec12e912587ac94908d28863ef424f46b08a7395936045887 - 11.01% (3.58 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:572d25fa2fad5b6708a04bcedc16a99e79164b30944bdcd08fab4c33cf7097dc - 0.01% (1.96 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-07-14 16:40:20 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-07-14 16:40:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-07-14 16:40:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-07-14 16:40:22 UTC/bin/sh -c #(nop) ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in /
2025-07-14 16:40:23 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.11
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.11 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-07-23 06:51:53 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.2/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.2.11
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/general/bin/* /usr/bin/ # buildkit
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/agent/conf/ /etc/zabbix/ # buildkit
2025-07-23 06:52:00 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.11 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && INSTALL_PKGS="bash tzdata iputils-ping ca-certificates libssl3t64 libcurl4t64 libmodbus5 libpcre2-8-0 libldap-2.4 zlib1g" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ${INSTALL_PKGS} && 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-07-23 06:52:00 UTC (buildkit.dockerfile.v0)EXPOSE map[10050/tcp:{}]
2025-07-23 06:52:00 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-07-23 06:52:00 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-07-23 06:52:00 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-07-23 06:52:00 UTC (buildkit.dockerfile.v0)USER 1997
2025-07-23 06:52:00 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
2025-07-23 06:56:22 UTC
31.8 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.2.11
[#000] sha256:e3bd89a9dac501ff564b39359113adad7c3d2813d5e04eab53ee10e20a6793a7 - 86.67% (27.5 MB)
[#001] sha256:36a36c113bb15ed16cc9cb7791b561e4210b3ac1d91af636eec65a4f29ad5eaf - 1.05% (341 KB)
[#002] sha256:4d46403e6d23de96060044afe3d135f7f620b0fe96193b674b4e13e3d57a2baf - 0.88% (288 KB)
[#003] sha256:7ec6a081962285e28bea7b1b1b7dacd09eab3899e707caef5e55b73583dd08a1 - 0.02% (7.35 KB)
[#004] sha256:57571c0163c6add9e44100adfacb021c661925591a89e88a278d05405090b6e2 - 11.37% (3.61 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:abe5921172d2f2bc9882998b4b8f78766a56573dbe757a3bc2e95e112f883454 - 0.01% (1.96 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-07-14 16:42:11 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-07-14 16:42:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-07-14 16:42:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-07-14 16:42:14 UTC/bin/sh -c #(nop) ADD file:98827745561bc42c12745b10037415621cf3b8ec8497a5953995b5fc7969bf17 in /
2025-07-14 16:42:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.11
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.11 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-07-23 06:52:30 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.2/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.2.11
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/general/bin/* /usr/bin/ # buildkit
2025-07-23 06:52:30 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/agent/conf/ /etc/zabbix/ # buildkit
2025-07-23 06:56:22 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.11 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && INSTALL_PKGS="bash tzdata iputils-ping ca-certificates libssl3t64 libcurl4t64 libmodbus5 libpcre2-8-0 libldap-2.4 zlib1g" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ${INSTALL_PKGS} && 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-07-23 06:56:22 UTC (buildkit.dockerfile.v0)EXPOSE map[10050/tcp:{}]
2025-07-23 06:56:22 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-07-23 06:56:22 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-07-23 06:56:22 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-07-23 06:56:22 UTC (buildkit.dockerfile.v0)USER 1997
2025-07-23 06:56:22 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
2025-07-23 06:53:17 UTC
32.9 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.2.11
[#000] sha256:b1042ae20bff349e1754da329a6bf692f58ee3816d533b0e212453acdda49e2f - 86.65% (28.5 MB)
[#001] sha256:42db4f9aade9a1ffcfa4018fa128f762d271de9d2766701abee98f474ea93f6a - 1.04% (352 KB)
[#002] sha256:fbd377cb2eb18c5c0ab0d702b88b22167136b82c31d159250ed230374978d1a8 - 0.9% (303 KB)
[#003] sha256:856dd48f19a46e46100161745eff0295c5eada590350dc9b72f4bb2f2b84bbc2 - 0.02% (7.35 KB)
[#004] sha256:728e1a38fa043f90c0c33f311dcbea4e8f1b311dbe3e85657422505266e0de6e - 11.37% (3.75 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:2db297badc460077bd47dd455c264205f69c22db426832e675d7bdb239eb6eea - 0.01% (1.96 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-07-14 16:41:11 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-07-14 16:41:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-07-14 16:41:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-07-14 16:41:13 UTC/bin/sh -c #(nop) ADD file:e4604b5cd7e7ec91d54110844bba861b033c5644b18972a53ce2d8d9a9fa5cf8 in /
2025-07-14 16:41:13 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=7.2
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=7.2.11
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.2.11 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
2025-07-23 06:51:53 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.2/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.2.11
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/general/bin/* /usr/bin/ # buildkit
2025-07-23 06:51:53 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.2.11-output/agent/conf/ /etc/zabbix/ # buildkit
2025-07-23 06:53:17 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.11 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && INSTALL_PKGS="bash tzdata iputils-ping ca-certificates libssl3t64 libcurl4t64 libmodbus5 libpcre2-8-0 libldap-2.4 zlib1g" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ${INSTALL_PKGS} && 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-07-23 06:53:17 UTC (buildkit.dockerfile.v0)EXPOSE map[10050/tcp:{}]
2025-07-23 06:53:17 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2025-07-23 06:53:17 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2025-07-23 06:53:17 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2025-07-23 06:53:17 UTC (buildkit.dockerfile.v0)USER 1997
2025-07-23 06:53:17 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.