IGN Docker Images

Mirrored Docker images for IGN infrastructure

zabbix-zabbix-agent2 (alpine-7.0-latest)

Published 2026-02-25 04:13:07 +00:00 by Bryan Mellott

Installation

docker pull gitea.bryanmellott.com/ign-images/zabbix-zabbix-agent2:alpine-7.0-latest
sha256:4080776d7711f164984834778923f474a128e833fb856e18b029568c40c3c3b7

About this package

Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG MAJOR_VERSION=7.0
ARG ZBX_VERSION=7.0.23
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=7.0.23 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix agent 2 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 2 org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=7.0.23
STOPSIGNAL SIGTERM
COPY /tmp/zabbix-7.0.23-output/agent2/sbin/ /usr/sbin/ # buildkit
COPY /tmp/zabbix-7.0.23-output/general/bin/* /usr/bin/ # buildkit
COPY /tmp/zabbix-7.0.23-output/agent2/conf/ /etc/zabbix/ # buildkit
RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.23 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata pcre2 coreutils smartmontools sudo iputils" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home ${ZABBIX_USER_HOME_DIR} zabbix && echo "zabbix ALL=(root) NOPASSWD: /usr/sbin/smartctl" >> /etc/sudoers.d/zabbix && mkdir -p ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_CONF_DIR}/zabbix_agentd.d && mkdir -p ${ZABBIX_CONF_DIR}/zabbix_agent2.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}/buffer && 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_agent2 -V # buildkit
EXPOSE [10050/tcp 31999/tcp]
WORKDIR /var/lib/zabbix
COPY docker-entrypoint.sh /usr/bin/ # buildkit
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
USER 1997
CMD ["/usr/sbin/zabbix_agent2" "--foreground" "-c" "/etc/zabbix/zabbix_agent2.conf"]

Labels

Key Value
org.opencontainers.image.authors Alexey Pustovalov <alexey.pustovalov@zabbix.com>
org.opencontainers.image.created 2026-02-13T05:37:47.564Z
org.opencontainers.image.description Zabbix agent 2 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 7c583d34f7882e7a457d7a812fde84ad07c664af
org.opencontainers.image.source https://git.zabbix.com/scm/zbx/zabbix.git
org.opencontainers.image.title Zabbix agent 2
org.opencontainers.image.url https://zabbix.com/
org.opencontainers.image.vendor Zabbix SIA
org.opencontainers.image.version 7.0.23
Details
Container
2026-02-25 04:13:07 +00:00
0
OCI / Docker
linux/amd64
Alexey Pustovalov <alexey.pustovalov@zabbix.com>
AGPL v3.0
29 MiB
Versions (1) View all
alpine-7.0-latest 2026-02-25