Release 3.3.0 - See CHANGELOG.md #100
Annotations
1 error and 1 warning
build / image_build
buildx failed with: ERROR: failed to solve: process "/bin/bash -c source /assets/functions/00-container && set -x && package update && package upgrade && package install .zabbix-build-deps alpine-sdk autoconf automake coreutils curl-dev g++ git go libevent-dev libssh-dev libxml2-dev make net-snmp-dev openipmi-dev openldap-dev pcre-dev postgresql-dev sqlite-dev unixodbc-dev && package install .zabbix-run-deps chromium fping iputils libcurl libevent libldap libssh libxml2 net-snmp-agent-libs nmap openipmi-libs openssl pcre postgresql-client postgresql-libs py3-openssl py3-pip py3-requests python3 sqlite-libs unixodbc whois && mkdir -p /etc/zabbix /usr/lib/zabbix/alertscripts /usr/lib/zabbix/externalscripts /usr/share/doc/zabbix-server/sql/postgresql /var/lib/zabbix /var/lib/zabbix/enc /var/lib/zabbix/export /var/lib/zabbix/mibs /var/lib/zabbix/modules /var/lib/zabbix/snmptraps /var/lib/zabbix/ssh_keys /var/lib/zabbix/ssl /var/lib/zabbix/ssl/certs /var/lib/zabbix/ssl/keys /var/lib/zabbix/ssl/ssl_ca && clone_git_repo https://github.com/zabbix/zabbix ${ZABBIX_VERSION} && sed -i \"s|{ZABBIX_REVISION}|$(git log | head -n 1 | awk '{print $2}')|g\" include/version.h && ./bootstrap.sh && export CFLAGS=\"-fPIC -pie -Wl,-z,relro -Wl,-z,now\" && ./configure --datadir=/usr/lib --libdir=/usr/lib/zabbix --prefix=/usr --sysconfdir=/etc/zabbix --enable-agent --enable-server --enable-webservice --with-postgresql --with-ldap --with-libcurl --with-libxml2 --with-net-snmp --with-openipmi --with-openssl --with-ssh --with-unixodbc --enable-ipv6 --silent && make -j\"$(nproc)\" -s dbschema && make -j\"$(nproc)\" -s && ./configure --datadir=/usr/lib --libdir=/usr/lib/zabbix --prefix=/usr --sysconfdir=/etc/zabbix --enable-proxy --with-sqlite3 --with-ldap --with-libcurl --with-libxml2 --with-net-snmp --with-openipmi --with-openssl --with-ssh --with-unixodbc --enable-ipv6 --silent && make -j\"$(nproc)\" -s dbschema && make -j\"$(nproc)\" -s && cp src/zabbix_proxy/zabbix_proxy /usr/sbin/zabbix_proxy && cp src/zabbix_get/zabbix_get /usr/bin/zabbix_get && cp src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender && cp src/zabbix_server/zabbix_server /usr/sbin/zabbix_server && cp -R /usr/src/zabbix/src/go/bin/zabbix_web_service /usr/sbin/zabbix_web_service && cp -R database/postgresql /usr/share/doc/zabbix-server/sql && mv ui ${NGINX_WEBROOT} && chown -R ${NGINX_USER}:${NGINX_GROUP} ${NGINX_WEBROOT} && rm -rf /usr/src/* /tmp/* && chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && chmod -R g=u /etc/zabbix/
|
build / image_build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|