Namespace
zabbix
Image / Tag
zabbix-agent:6.0.19-ol
Content Digest
sha256:410cb0ee691bc38f46e331687aea75196419764d2a0b930a5528ae35790cd374
Details
Created

2023-06-27 11:19:36 UTC

Size

61.5 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2023-06-27T11:18:12.346Z
  • 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.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    ece3769c6b83f4fb83e85476e7ba59867be54265
  • 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.0.19

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.0.19


Layers

[#000] sha256:46ef68baacb785b3cf2f2826bfce791acb5264bed0fdf301623ac0c3c57f4daf - 69.63% (42.8 MB)

[#001] sha256:2ecda3cf27286a0ad36b203ca496cf58ee0af907b23185a07b0672821860d9fe - 0.44% (278 KB)

[#002] sha256:7a0a2a8e5485173eb7711c2f0a500745f0fb4c471cc452add2c79ee32b6ffcd1 - 0.17% (104 KB)

[#003] sha256:6b3297e9e1d14729a0069e50ac89e387db0083b9a81696319c97918074062220 - 0.24% (148 KB)

[#004] sha256:20d2bbec16dc68209422542b1bb6eed30eae1f8c177fc97376a9a610577ec415 - 0.01% (4.83 KB)

[#005] sha256:65a48197c0248efe97ba04110fc049be4c87484662f3b11f67e9c6494399da60 - 0.0% (351 Bytes)

[#006] sha256:7e368ae36bd9aacb1431992432ad616b35b0c42f6fe8d8f93a2242603f719961 - 29.51% (18.1 MB)

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

[#008] sha256:1cf145696a6e390f4ea9e23e73e869fa2ca641f5750e75119dd0345b3ea0fc89 - 0.0% (2.23 KB)


History
2023-06-16 00:20:42 UTC

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

2023-06-16 00:20:43 UTC

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18: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/6.0/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.0.19

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:19:36 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.19 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tini tzdata iputils pcre2 libcurl openssl-libs zlib" && microdnf -y install --disablerepo="*" --enablerepo="ol8_baseos_latest" --enablerepo="ol8_appstream" --enablerepo="ol8_developer_EPEL" --setopt=install_weak_deps=0 --best --nodocs ${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/ && microdnf -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-06-27 11:19:36 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2023-06-27 11:19:36 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2023-06-27 11:19:36 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:19:36 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:19:36 UTC (buildkit.dockerfile.v0)

USER 1997

2023-06-27 11:19:36 UTC (buildkit.dockerfile.v0)

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

Details
Created

2023-06-27 11:23:41 UTC

Size

60.3 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2023-06-27T11:18:12.346Z
  • 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.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    ece3769c6b83f4fb83e85476e7ba59867be54265
  • 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.0.19

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.0.19


Layers

[#000] sha256:029ab4a5f8e75aadbbba1505624cf10a4c35a0fd897cc85b9e7536785b8ba37c - 69.01% (41.6 MB)

[#001] sha256:ad07dceb662e9df66788133b8c0e13812ab22b2f454b294025b894ebfed69bf1 - 0.45% (280 KB)

[#002] sha256:a11ed82f8fc970e0a6feb2d447ed11311584b74559cd2048f1a8b9c2e0a983ff - 0.17% (104 KB)

[#003] sha256:58412634d2793cac2c37ae4c927543e9721a93824c291499a3bac3ff32114617 - 0.24% (146 KB)

[#004] sha256:f229b49f0d0cbc3daa8f10edf2131844225b99c46c9c02d792b4ca2697157c39 - 0.01% (4.83 KB)

[#005] sha256:65a48197c0248efe97ba04110fc049be4c87484662f3b11f67e9c6494399da60 - 0.0% (351 Bytes)

[#006] sha256:0ed5cd6c4b5b632f25dbe6f7a6416d2c02d267c8f94d525b4b0df855a31aabc9 - 30.11% (18.1 MB)

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

[#008] sha256:931fdbfcfbcf18a0591b5493a3d794986c35453e606d31e78fc074c8462ee0e0 - 0.0% (2.23 KB)


History
2023-06-15 23:40:30 UTC

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

2023-06-15 23:40:31 UTC

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18: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/6.0/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.0.19

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:18:53 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:23:41 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.19 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tini tzdata iputils pcre2 libcurl openssl-libs zlib" && microdnf -y install --disablerepo="*" --enablerepo="ol8_baseos_latest" --enablerepo="ol8_appstream" --enablerepo="ol8_developer_EPEL" --setopt=install_weak_deps=0 --best --nodocs ${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/ && microdnf -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-06-27 11:23:41 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2023-06-27 11:23:41 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2023-06-27 11:23:41 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:23:41 UTC (buildkit.dockerfile.v0)

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

2023-06-27 11:23:41 UTC (buildkit.dockerfile.v0)

USER 1997

2023-06-27 11:23:41 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