zabbix-proxy-sqlite3 (sha256:98da50609879f911a29d71c9638ea71d5ff441f408908a57d30827473fb828a3)

Published 2026-03-20 21:10:43 +01:00 by MaricGrundmann

Installation

docker pull forgejo.shadown.de/zabbix/zabbix-proxy-sqlite3@sha256:98da50609879f911a29d71c9638ea71d5ff441f408908a57d30827473fb828a3
sha256:98da50609879f911a29d71c9638ea71d5ff441f408908a57d30827473fb828a3

About this package

Zabbix proxy with SQLite3 database support

Image layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG MAJOR_VERSION=7.4
ARG ZBX_VERSION=7.4.8
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL NMAP_PRIVILEGED= ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
ENV ZBX_FPINGLOCATION=/usr/sbin/fping ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_SNMPTRAPPERFILE=/var/lib/zabbix/snmptraps/snmptraps.log ZBX_SSHKEYLOCATION=/var/lib/zabbix/ssh_keys/ ZBX_SSLCERTLOCATION=/var/lib/zabbix/ssl/certs/ ZBX_SSLKEYLOCATION=/var/lib/zabbix/ssl/keys/ ZBX_SSLCALOCATION=/var/lib/zabbix/ssl/ssl_ca/
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix proxy with SQLite3 database support org.opencontainers.image.documentation=https://www.zabbix.com/documentation/7.4/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 proxy (SQLite3) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=7.4.8
STOPSIGNAL SIGTERM
COPY /tmp/zabbix-7.4.8-output/proxy/sbin/zabbix_proxy /usr/sbin/zabbix_proxy # buildkit
COPY /tmp/zabbix-7.4.8-output/proxy/conf/ /etc/zabbix/ # buildkit
COPY /tmp/zabbix-7.4.8-output/general/bin/ /usr/bin/ # buildkit
RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata traceroute nmap krb5 fping iputils openssl c-ares libcap libcurl libevent libldap libssh libxml2 net-snmp-agent-libs openipmi-libs pcre2 sqlite-libs unixodbc zlib" && 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 && chgrp zabbix /usr/bin/nmap && setcap cap_net_raw+eip /usr/bin/nmap && chmod u+s /usr/sbin/fping && mkdir -p ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_USER_HOME_DIR} && mkdir -p ${ZABBIX_USER_HOME_DIR}/db_data && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc && mkdir -p ${ZABBIX_USER_HOME_DIR}/enc_internal && mkdir -p ${ZABBIX_USER_HOME_DIR}/mibs && mkdir -p ${ZABBIX_USER_HOME_DIR}/modules && mkdir -p ${ZABBIX_USER_HOME_DIR}/snmptraps && mkdir -p ${ZABBIX_USER_HOME_DIR}/ssh_keys && mkdir -p ${ZABBIX_USER_HOME_DIR}/ssl && mkdir -p ${ZABBIX_USER_HOME_DIR}/ssl/certs && mkdir -p ${ZABBIX_USER_HOME_DIR}/ssl/keys && mkdir -p ${ZABBIX_USER_HOME_DIR}/ssl/ssl_ca && mkdir -p /usr/lib/zabbix/externalscripts && chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/zabbix_proxy_modules.conf ${ZABBIX_USER_HOME_DIR} && chown --quiet zabbix:root ${ZABBIX_CONF_DIR}/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/zabbix_proxy_modules.conf ${ZABBIX_USER_HOME_DIR} && chgrp 0 ${ZABBIX_CONF_DIR} && chmod -R g=u ${ZABBIX_CONF_DIR}/zabbix_proxy_modules.conf ${ZABBIX_USER_HOME_DIR} && chmod g=u ${ZABBIX_CONF_DIR} && /usr/sbin/zabbix_proxy -V # buildkit
EXPOSE [10051/tcp]
WORKDIR /var/lib/zabbix
VOLUME [/var/lib/zabbix/snmptraps]
COPY docker-entrypoint.sh /usr/bin/ # buildkit
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
USER 1997
CMD ["/usr/sbin/zabbix_proxy" "--foreground" "-c" "/etc/zabbix/zabbix_proxy.conf"]
USER root
RUN /bin/sh -c apk add net-snmp-tools # buildkit
USER 1997

Labels

Key Value
org.opencontainers.image.authors Alexey Pustovalov <alexey.pustovalov@zabbix.com>
org.opencontainers.image.created 2026-03-14T13:21:29.853Z
org.opencontainers.image.description Zabbix proxy with SQLite3 database support
org.opencontainers.image.documentation https://www.zabbix.com/documentation/7.4/manual/installation/containers
org.opencontainers.image.licenses AGPL v3.0
org.opencontainers.image.revision 4127b68d6d71a8d58a87eb8a289b2b8a994f82a3
org.opencontainers.image.source https://forgejo.shadown.de/zabbix/zabbix-proxy-sqlite3
org.opencontainers.image.title Zabbix proxy (SQLite3)
org.opencontainers.image.url https://forgejo.shadown.de/zabbix/zabbix-proxy-sqlite3
org.opencontainers.image.vendor Zabbix SIA
org.opencontainers.image.version 7.4.8
Details
Container
2026-03-20 21:10:43 +01:00
0
OCI / Docker
linux/amd64
Alexey Pustovalov <alexey.pustovalov@zabbix.com>
AGPL v3.0
24 MiB
Versions (4) View all
alpine-7.4-latest 2026-04-10
latest 2026-04-10
7.4.9 2026-04-10
7.4.8 2026-03-20