zabbix-proxy-sqlite3 (sha256:d4f671dc40f55d7927a3e3c6c6b070c83fe0b4fbbe7f376c7b6e0b093bfee5bc)
Published 2026-04-10 05:02:33 +02:00 by MaricGrundmann
Installation
docker pull forgejo.shadown.de/zabbix/zabbix-proxy-sqlite3@sha256:d4f671dc40f55d7927a3e3c6c6b070c83fe0b4fbbe7f376c7b6e0b093bfee5bcsha256:d4f671dc40f55d7927a3e3c6c6b070c83fe0b4fbbe7f376c7b6e0b093bfee5bcAbout 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 |
| ARG ZBX_VERSION |
| ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git |
| ENV TERM=xterm ZBX_VERSION=7.4.9 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.9 |
| STOPSIGNAL SIGTERM |
| COPY /tmp/zabbix-7.4.9-output/proxy/sbin/zabbix_proxy /usr/sbin/zabbix_proxy # buildkit |
| COPY /tmp/zabbix-7.4.9-output/general/bin/zabbix_get /usr/bin/ # buildkit |
| COPY /tmp/zabbix-7.4.9-output/general/bin/zabbix_sender /usr/bin/ # buildkit |
| COPY /tmp/zabbix-7.4.9-output/proxy/conf/ /etc/zabbix/ # buildkit |
| RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.9 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} ${ZABBIX_USER_HOME_DIR} ${ZABBIX_USER_HOME_DIR}/db_data ${ZABBIX_USER_HOME_DIR}/enc ${ZABBIX_USER_HOME_DIR}/enc_internal ${ZABBIX_USER_HOME_DIR}/mibs ${ZABBIX_USER_HOME_DIR}/modules ${ZABBIX_USER_HOME_DIR}/snmptraps ${ZABBIX_USER_HOME_DIR}/ssh_keys ${ZABBIX_USER_HOME_DIR}/ssl ${ZABBIX_USER_HOME_DIR}/ssl/certs ${ZABBIX_USER_HOME_DIR}/ssl/keys ${ZABBIX_USER_HOME_DIR}/ssl/ssl_ca /usr/lib/zabbix/externalscripts && FIX_PERM_LIST=" ${ZABBIX_CONF_DIR}/zabbix_proxy_modules.conf ${ZABBIX_USER_HOME_DIR}/" && chown --quiet -R zabbix:0 ${FIX_PERM_LIST} && chmod -R g=u ${FIX_PERM_LIST} && chown --quiet zabbix:0 ${ZABBIX_CONF_DIR}/ && chmod g=u ${ZABBIX_CONF_DIR} && /usr/sbin/zabbix_proxy -V # buildkit |
| RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.9 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && install -d /usr/lib/docker-entrypoint && install -m 0755 /tmp/entrypoints/proxy-sqlite3.sh /usr/bin/docker-entrypoint.sh && install -m 0644 /tmp/entrypoints/lib/*.sh /usr/lib/docker-entrypoint/ # buildkit |
| EXPOSE map[10051/tcp:{}] |
| WORKDIR /var/lib/zabbix |
| VOLUME [/var/lib/zabbix/snmptraps] |
| 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-04-09T14:34:53.607Z |
| 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 | 6469e73f92a92c087e794d6ff00ca7387bfcfd94 |
| 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.9 |
Details
2026-04-10 05:02:33 +02:00
Versions (4)
View all
Container
0
OCI / Docker
linux/amd64
Alexey Pustovalov <alexey.pustovalov@zabbix.com>
AGPL v3.0
24 MiB