Namespace
zabbix
Image / Tag
zabbix-agent:centos-6.4.7
Content Digest
sha256:5acc7528266e19e8e2616846d19df1115372cee614ebb4304e70a1423a9fa07a
Details
Created

2023-09-26 11:48:59 UTC

Size

59.3 MB

Content Digest
Labels
  • io.buildah.version
    1.29.1
  • org.label-schema.build-date
    20230926
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2023-09-26T11:47:29.998Z
  • 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.4/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    91c187e8706a7910955e39e31a64053252bbb786
  • 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.4.7

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

6.4.7


Layers

[#000] sha256:b89677dcbea1119f97a7eb7f2f4a02bdb7eb82dddff546ad7722d9a6217e43e4 - 92.41% (54.8 MB)

[#001] sha256:f9642c2082fdb0d9ec422a3329849914e1af13fb41091433d0474153c7041822 - 0.47% (283 KB)

[#002] sha256:d1af7b605fa2e8a8d17360b0e055a48889f4ef65c87f41f63ea888586ddff5cf - 0.13% (76.2 KB)

[#003] sha256:62ea9b22abf7fe5f719307f54631650427fdbb2a3d1db682fe7efc9d298129fa - 0.22% (136 KB)

[#004] sha256:233e6de3e98675b48b2b0d1387ef915ef390bcb17e58ad341dbe191a45dc0a42 - 0.01% (4.92 KB)

[#005] sha256:8bff47b8ffd7cf78e16aef15ad478efc8cccf7ab77f8e8af41f9ab178238765f - 6.76% (4.01 MB)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:cc7764d5f52dfa46e488865c57498de86f75a24d1c46ec141ee300ee9036c990 - 0.0% (2.27 KB)


History
2023-09-26 00:40:39 UTC

/bin/sh -c #(nop) ADD file:2df77e952e2d5dbf8112d407a815462287993d44d788706cf5ed464abe0b0d19 in /

2023-09-26 00:40:39 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230926"

2023-09-26 00:40:42 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=6.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2023-09-26 11:48:28 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.4/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.4.7

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_get/zabbix_get /usr/bin/zabbix_get # buildkit

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender # buildkit

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf # buildkit

2023-09-26 11:48:59 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash tini tzdata iputils pcre2 libcurl-minimal 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} && 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/ && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit

2023-09-26 11:48:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2023-09-26 11:48:59 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2023-09-26 11:48:59 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2023-09-26 11:48:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]

2023-09-26 11:48:59 UTC (buildkit.dockerfile.v0)

USER 1997

2023-09-26 11:48:59 UTC (buildkit.dockerfile.v0)

CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]

Details
Created

2023-09-26 11:50:28 UTC

Size

57.2 MB

Content Digest
Labels
  • io.buildah.version
    1.29.1
  • org.label-schema.build-date
    20230926
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2023-09-26T11:47:29.998Z
  • 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.4/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    91c187e8706a7910955e39e31a64053252bbb786
  • 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.4.7

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

6.4.7


Layers

[#000] sha256:34ace1e552c8c65d25876dc9c6efece6bda5a8f64025a43fc4c3a58b413292a5 - 92.23% (52.8 MB)

[#001] sha256:66d24d67555f4ad6983ac00743ce66a45dd43e578785265fec255538c726c40f - 0.49% (284 KB)

[#002] sha256:7d2882745e890520fd9a563ea66a5caa6f2c39211941b23ee83ea54b2f56a73d - 0.13% (75.7 KB)

[#003] sha256:79c4be84f2891dee147f67301dd9c03f2b7133b022d2114ad19d8e16d20194ae - 0.23% (133 KB)

[#004] sha256:9719898b45ad430ca7a97ad50e1b27a40baa669a62a4861e6526ede60b14e17f - 0.01% (4.92 KB)

[#005] sha256:da11b44d427cb6b7de98b5b5b861321ac5c1b2c0ca5ac3b08bb028df33a13cee - 6.92% (3.96 MB)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:997319e5090fa42554bf79463cba2ef1d82d5c0a522d2eae4fed202c8d4f16dc - 0.0% (2.27 KB)


History
2023-09-26 00:39:38 UTC

/bin/sh -c #(nop) ADD file:ccd7fb0954f0b04abdd6b07379b9425996e63e165b8fd67588b7a22c4c32e4cb in /

2023-09-26 00:39:38 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230926"

2023-09-26 00:39:40 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-09-26 11:48:22 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-09-26 11:48:22 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-09-26 11:48:22 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2023-09-26 11:48:22 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=6.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2023-09-26 11:48:22 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.4/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.4.7

2023-09-26 11:48:22 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-09-26 11:48:22 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit

2023-09-26 11:48:22 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_get/zabbix_get /usr/bin/zabbix_get # buildkit

2023-09-26 11:48:23 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender # buildkit

2023-09-26 11:48:23 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf # buildkit

2023-09-26 11:50:28 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash tini tzdata iputils pcre2 libcurl-minimal 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} && 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/ && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit

2023-09-26 11:50:28 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2023-09-26 11:50:28 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2023-09-26 11:50:28 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2023-09-26 11:50:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]

2023-09-26 11:50:28 UTC (buildkit.dockerfile.v0)

USER 1997

2023-09-26 11:50:28 UTC (buildkit.dockerfile.v0)

CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]

Details
Created

2023-09-26 11:51:01 UTC

Size

63.9 MB

Content Digest
Labels
  • io.buildah.version
    1.29.1
  • org.label-schema.build-date
    20230926
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2023-09-26T11:47:29.998Z
  • 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.4/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    91c187e8706a7910955e39e31a64053252bbb786
  • 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.4.7

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

6.4.7


Layers

[#000] sha256:a7a08b3333f742873743849592406bed1b5c2dff29e39ffa1a37c50c68e1adeb - 92.66% (59.2 MB)

[#001] sha256:d83b9d6461a2b376c3e015045fa892885b00bb8a16da94b868126a3823e354fe - 0.53% (346 KB)

[#002] sha256:3d95ce9f81ef68f86aed853c7039965c3d6a9f2c78046fee276ace9cf0961ff3 - 0.14% (89.6 KB)

[#003] sha256:312b65e5be1738a70321137b13c07d4349a279c4a423f0840b12e0efce7b29a1 - 0.24% (160 KB)

[#004] sha256:36bcd82ce647c3aeb9b62880ee659e08865a3a8c58cb4b03902c74ed2878c7b8 - 0.01% (4.91 KB)

[#005] sha256:e7d6cb963f68babf8435953a8a8d8a421ea00d7fc09d237759da8ecc1b5e3a93 - 6.42% (4.1 MB)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:be831bc5d2808ca35c6266028fe26acc4a08834c11bfa611e8739ddf402592c3 - 0.0% (2.27 KB)


History
2023-09-26 00:39:58 UTC

/bin/sh -c #(nop) ADD file:8f73fdd611c9e1f7227811fb6a4e9321b54c13d6352ebb67b53c3d89ff9a5af4 in /

2023-09-26 00:39:58 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20230926"

2023-09-26 00:40:00 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=6.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2023-09-26 11:48:28 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.4/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.4.7

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_get/zabbix_get /usr/bin/zabbix_get # buildkit

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender # buildkit

2023-09-26 11:48:28 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-6.4.7/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf # buildkit

2023-09-26 11:51:01 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash tini tzdata iputils pcre2 libcurl-minimal 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} && 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/ && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit

2023-09-26 11:51:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2023-09-26 11:51:01 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2023-09-26 11:51:01 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2023-09-26 11:51:01 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]

2023-09-26 11:51:01 UTC (buildkit.dockerfile.v0)

USER 1997

2023-09-26 11:51:01 UTC (buildkit.dockerfile.v0)

CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]

Danger Zone
Delete Tag

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.

Delete