Namespace
zabbix
Image / Tag
zabbix-agent:ol-7.0.13
Content Digest
sha256:8cb8c4d86a8fb9c696dee0e0f9c6f4762b606d5418862b5b94568fd067e969ad
Details
Created

2025-05-21 01:39:21 UTC

Size

50.7 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2025-05-21T01:38:35.622Z
  • 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.0/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    7025b9d97ffa4ad624245b6811e09bc38a20a1cd
  • 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.0.13

Environment
PATH

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

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_USER_HOME_DIR

/var/lib/zabbix

ZBX_SOURCES

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

ZBX_VERSION

7.0.13


Layers

[#000] sha256:c2eb5d06bfeaafd2195d3612935e86f925a4620bf5bbcea5112a1fb07138dd80 - 92.43% (46.8 MB)

[#001] sha256:1a8ac42764da83c738e5495edd31d40b3f979ef6c70905f73b0d72dab2f8149e - 0.64% (330 KB)

[#002] sha256:5a742bf3f8fcbc3a243a227b078822638fb8e30878afbb18e52967122b269dc3 - 0.54% (281 KB)

[#003] sha256:bbc05833b37ae8d7ee7112c7a59b4b590f76489e0198709dd458adc3ab182a56 - 0.01% (6.06 KB)

[#004] sha256:113521de82b60ef9a9b4348c5218262ec33ff1c59142613d03aa4d058cecd3b6 - 0.0% (349 Bytes)

[#005] sha256:7b0695ef91bbd6e692ace5db10031433f1e131525945cb8118944d19c05aee47 - 6.37% (3.23 MB)

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

[#007] sha256:4387577bdb558f7a32243d46f666943cabbcc7fcd79fb40152f360997be99ef8 - 0.0% (2.57 KB)


History
2025-04-29 16:26:20 UTC (buildkit.dockerfile.v0)

ADD oraclelinux-9-slim-amd64-rootfs.tar.xz / # buildkit

2025-04-29 16:26:20 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.13

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

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

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=7.0.13 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix

2025-05-21 01:38:59 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.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=7.0.13

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-7.0.13-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-7.0.13-output/general/bin/* /usr/bin/ # buildkit

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-7.0.13-output/agent/conf/ /etc/zabbix/ # buildkit

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

COPY conf/etc/yum.repos.d/oracle-epel-ol9.repo /etc/yum.repos.d/oracle-epel-ol9.repo # buildkit

2025-05-21 01:39:21 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.13 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash iputils pcre2 libcurl libmodbus openssl-libs zlib" && microdnf -y install --disablerepo="*" --enablerepo="ol9_baseos_latest" --enablerepo="ol9_appstream" --enablerepo="ol9_developer_EPEL" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${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 ${ZABBIX_USER_HOME_DIR}/user_scripts && chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ && chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ && /usr/sbin/zabbix_agentd -V # buildkit

2025-05-21 01:39:21 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2025-05-21 01:39:21 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2025-05-21 01:39:21 UTC (buildkit.dockerfile.v0)

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

2025-05-21 01:39:21 UTC (buildkit.dockerfile.v0)

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

2025-05-21 01:39:21 UTC (buildkit.dockerfile.v0)

USER 1997

2025-05-21 01:39:21 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-05-21 01:42:06 UTC

Size

49.3 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2025-05-21T01:38:35.622Z
  • 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.0/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    7025b9d97ffa4ad624245b6811e09bc38a20a1cd
  • 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.0.13

Environment
PATH

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

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_USER_HOME_DIR

/var/lib/zabbix

ZBX_SOURCES

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

ZBX_VERSION

7.0.13


Layers

[#000] sha256:88a33dc8906274baf54eb28aeefeba84c17922e3854e6fd41883f273d87d330d - 92.25% (45.5 MB)

[#001] sha256:579d0c75a80cbdf904129638831f5af8875a32edf3d84780c2fa9f99f0e2377e - 0.65% (329 KB)

[#002] sha256:fc64dd3034e5f384eb30f09a4652a829a03071ce6bee2c01728f8f6c152a2fdc - 0.55% (277 KB)

[#003] sha256:45360a8eae74a75bc4477ec173d979ad8904c0ac0c2410a0a0a6b06c5f6f3912 - 0.01% (6.06 KB)

[#004] sha256:113521de82b60ef9a9b4348c5218262ec33ff1c59142613d03aa4d058cecd3b6 - 0.0% (349 Bytes)

[#005] sha256:281cda9a55b550495a17acbf22c0b517573645b9a53020591d3d047b2c0b61b9 - 6.53% (3.22 MB)

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

[#007] sha256:f8c34ed7ff1d6b9554688ea30792c4be139ae8f211b0f281c7e49210a21862c2 - 0.01% (2.57 KB)


History
2025-04-29 16:27:11 UTC (buildkit.dockerfile.v0)

ADD oraclelinux-9-slim-arm64v8-rootfs.tar.xz / # buildkit

2025-04-29 16:27:11 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.13

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

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

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=7.0.13 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix

2025-05-21 01:38:59 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.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=7.0.13

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-7.0.13-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-7.0.13-output/general/bin/* /usr/bin/ # buildkit

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-7.0.13-output/agent/conf/ /etc/zabbix/ # buildkit

2025-05-21 01:38:59 UTC (buildkit.dockerfile.v0)

COPY conf/etc/yum.repos.d/oracle-epel-ol9.repo /etc/yum.repos.d/oracle-epel-ol9.repo # buildkit

2025-05-21 01:42:06 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.13 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash iputils pcre2 libcurl libmodbus openssl-libs zlib" && microdnf -y install --disablerepo="*" --enablerepo="ol9_baseos_latest" --enablerepo="ol9_appstream" --enablerepo="ol9_developer_EPEL" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${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 ${ZABBIX_USER_HOME_DIR}/user_scripts && chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ && chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ && /usr/sbin/zabbix_agentd -V # buildkit

2025-05-21 01:42:06 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2025-05-21 01:42:06 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2025-05-21 01:42:06 UTC (buildkit.dockerfile.v0)

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

2025-05-21 01:42:06 UTC (buildkit.dockerfile.v0)

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

2025-05-21 01:42:06 UTC (buildkit.dockerfile.v0)

USER 1997

2025-05-21 01:42:06 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