Namespace
zabbix
Image / Tag
zabbix-agent:centos-7.0.6
Content Digest
sha256:3fb528b3fb795880fecf7903337859f19d5633e7732d22719616fa0e95663d98
Details
Created

2024-11-20 14:42:05 UTC

Size

59.5 MB

Content Digest
Labels
  • io.buildah.version
    1.33.10
  • org.label-schema.build-date
    20241119
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Minimal 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
    2024-11-20T14:40:48.591Z
  • 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
    bc77d3dacb22f6429d13fb7cafd119c7424350a9
  • 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.6

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

7.0.6


Layers

[#000] sha256:4d444fd70f2959d1d2d89d5ca3bb0755269454504e662329fd884832dc5279b0 - 93.95% (55.9 MB)

[#001] sha256:c9a07b848ce23ce7a8952781f8c1ef4bfc120ab15b969e6af641450293b2f885 - 0.54% (330 KB)

[#002] sha256:044bb114319c61fa7088ed13f6c71a4d0a5052ce0a864c9492f6279c2323517c - 0.46% (280 KB)

[#003] sha256:1d341a6969d16d6b53d8bce7e3c66e5aa4b375fb338e0a593fa083ea22de12df - 0.01% (6.03 KB)

[#004] sha256:702088f64a33ae668746284af1db2e69b5a895a9f262bb11278013b77abb9a54 - 5.03% (2.99 MB)

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

[#006] sha256:a3e5cf7f5962dc261f6ba43e9a3bcba15bb13f940e700637fe7059e6e3b7a42c - 0.0% (2.51 KB)


History
2024-11-19 03:12:21 UTC

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

2024-11-19 03:12:21 UTC

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

2024-11-19 03:12:23 UTC

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.6

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 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.6

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:42:05 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash iputils pcre2 libcurl-minimal libmodbus openssl-libs 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 /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/enc_internal && 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 # buildkit

2024-11-20 14:42:05 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2024-11-20 14:42:05 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2024-11-20 14:42:05 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:42:05 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:42:05 UTC (buildkit.dockerfile.v0)

USER 1997

2024-11-20 14:42:05 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-11-20 14:43:06 UTC

Size

57.4 MB

Content Digest
Labels
  • io.buildah.version
    1.33.10
  • org.label-schema.build-date
    20241119
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Minimal 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
    2024-11-20T14:40:48.591Z
  • 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
    bc77d3dacb22f6429d13fb7cafd119c7424350a9
  • 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.6

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

7.0.6


Layers

[#000] sha256:92c5e4118819449643b5ea819619d55ed6b6fd3847e1ff07afbda0d4171b676a - 93.76% (53.8 MB)

[#001] sha256:59f648fb361a88478c7769ef5cbcaf575312170ca154f3970f058c142df08069 - 0.56% (329 KB)

[#002] sha256:de22523ef2e5aff45e14a9b580f8fc5feffb5a9edc8712c2f843da2daf9dcdab - 0.47% (277 KB)

[#003] sha256:099204c9d6bc853db22edd6f18158f834c70ac52f9ee670eaf5d96cdb376dd6e - 0.01% (6.03 KB)

[#004] sha256:2c7dc92e11ba9d4327964de3bb9bd7a9497dd78a4ef82c000ff62b9c978a8e8f - 5.2% (2.98 MB)

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

[#006] sha256:1058348a5ae6b4201eb86a6114c695f3b8cd395d55af32b65474bef9258ac670 - 0.0% (2.51 KB)


History
2024-11-19 03:11:22 UTC

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

2024-11-19 03:11:22 UTC

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

2024-11-19 03:11:23 UTC

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.6

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 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.6

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:43:06 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash iputils pcre2 libcurl-minimal libmodbus openssl-libs 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 /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/enc_internal && 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 # buildkit

2024-11-20 14:43:06 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2024-11-20 14:43:06 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2024-11-20 14:43:06 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:43:06 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:43:06 UTC (buildkit.dockerfile.v0)

USER 1997

2024-11-20 14:43:06 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-11-20 14:42:54 UTC

Size

63.9 MB

Content Digest
Labels
  • io.buildah.version
    1.33.10
  • org.label-schema.build-date
    20241119
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 9 Minimal 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
    2024-11-20T14:40:48.591Z
  • 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
    bc77d3dacb22f6429d13fb7cafd119c7424350a9
  • 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.6

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

7.0.6


Layers

[#000] sha256:9a6fc4f2a81515b6641a438525a49f9329fbd1624b2619b99852ee4053a35302 - 94.17% (60.2 MB)

[#001] sha256:b8cec9e104b4a279a8c36f8da1671d4b8dcc12099f4590b9440b133d6006ec12 - 0.61% (401 KB)

[#002] sha256:84a534486f49e3e7ca0c5eeda6138d6229558a00a36bcf68cb401bd311703386 - 0.51% (334 KB)

[#003] sha256:84b7d9e19ab9a46d36b886e4fa90f2537ae7f09144e34db9a60b3fe11898af0b - 0.01% (6.03 KB)

[#004] sha256:a56b18ff43caf5111d5f62ef5df1ddbbed7457ce4ce9f812ee84007ede50c914 - 4.7% (3 MB)

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

[#006] sha256:f90c622f2ceba42ff9ec2644ef25bc31f504fefb7f29f10386a8d8033b4a7881 - 0.0% (2.51 KB)


History
2024-11-19 03:11:42 UTC

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

2024-11-19 03:11:42 UTC

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

2024-11-19 03:11:43 UTC

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.6

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 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.6

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:41:25 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:42:54 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash iputils pcre2 libcurl-minimal libmodbus openssl-libs 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 /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/enc_internal && 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 # buildkit

2024-11-20 14:42:54 UTC (buildkit.dockerfile.v0)

EXPOSE map[10050/tcp:{}]

2024-11-20 14:42:54 UTC (buildkit.dockerfile.v0)

WORKDIR /var/lib/zabbix

2024-11-20 14:42:54 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:42:54 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:42:54 UTC (buildkit.dockerfile.v0)

USER 1997

2024-11-20 14:42:54 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