mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-03-04 01:22:14 +01:00
Use pcre2 lib instead of old pcre
This commit is contained in:
parent
edd6d8fd46
commit
9b3826910e
@ -37,7 +37,7 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
coreutils \
|
||||
iputils \
|
||||
pcre \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
libmodbus \
|
||||
libldap" && \
|
||||
|
@ -37,7 +37,7 @@ RUN set -eux && \
|
||||
tini \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre \
|
||||
pcre2 \
|
||||
libcurl-minimal \
|
||||
openssl-libs \
|
||||
zlib" && \
|
||||
|
@ -37,7 +37,7 @@ RUN set -eux && \
|
||||
tini \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
openssl-libs \
|
||||
zlib" && \
|
||||
|
@ -56,7 +56,7 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
iputils \
|
||||
shadow-utils \
|
||||
pcre \
|
||||
pcre2 \
|
||||
libcurl" && \
|
||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
||||
|
@ -40,6 +40,7 @@ RUN set -eux && \
|
||||
libssl1.1 \
|
||||
libcurl4 \
|
||||
libmodbus5 \
|
||||
libpcre2-8-0 \
|
||||
libldap-2.4" && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
|
@ -35,7 +35,7 @@ RUN set -eux && \
|
||||
INSTALL_PKGS="tini \
|
||||
tzdata \
|
||||
bash \
|
||||
pcre \
|
||||
pcre2 \
|
||||
coreutils \
|
||||
smartmontools \
|
||||
sudo \
|
||||
|
@ -37,7 +37,7 @@ RUN set -eux && \
|
||||
tini \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre \
|
||||
pcre2 \
|
||||
libcurl-minimal \
|
||||
smartmontools \
|
||||
sudo \
|
||||
|
@ -37,7 +37,7 @@ RUN set -eux && \
|
||||
tini \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
smartmontools \
|
||||
sudo \
|
||||
|
@ -56,7 +56,7 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
iputils \
|
||||
shadow-utils \
|
||||
pcre \
|
||||
pcre2 \
|
||||
smartmontools \
|
||||
sudo \
|
||||
libcurl" && \
|
||||
|
@ -40,6 +40,7 @@ RUN set -eux && \
|
||||
sudo \
|
||||
libssl1.1 \
|
||||
libcurl4 \
|
||||
libpcre2-8-0 \
|
||||
libldap-2.4" && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
|
@ -34,7 +34,7 @@ RUN set -eux && \
|
||||
openipmi-dev \
|
||||
openldap-dev \
|
||||
openssl-dev \
|
||||
pcre-dev \
|
||||
pcre2-dev \
|
||||
postgresql-dev \
|
||||
openjdk8 \
|
||||
gettext \
|
||||
|
@ -23,7 +23,7 @@ RUN set -eux && \
|
||||
automake \
|
||||
bash \
|
||||
gcc \
|
||||
pcre-devel \
|
||||
pcre2-devel \
|
||||
libcurl-devel \
|
||||
libevent-devel \
|
||||
libssh-devel \
|
||||
|
@ -22,7 +22,7 @@ RUN set -eux && \
|
||||
automake \
|
||||
bash \
|
||||
gcc \
|
||||
pcre-devel \
|
||||
pcre2-devel \
|
||||
libcurl-devel \
|
||||
libevent-devel \
|
||||
libssh-devel \
|
||||
|
@ -34,7 +34,7 @@ RUN set -eux && \
|
||||
automake \
|
||||
bash \
|
||||
gcc \
|
||||
pcre-devel \
|
||||
pcre2-devel \
|
||||
libcurl-devel \
|
||||
libevent-devel \
|
||||
libssh-devel \
|
||||
|
@ -30,7 +30,7 @@ RUN set -eux && \
|
||||
libldap2-dev \
|
||||
libmysqlclient-dev \
|
||||
libopenipmi-dev \
|
||||
libpcre3-dev \
|
||||
libpcre2-dev \
|
||||
libsnmp-dev \
|
||||
libsqlite3-dev \
|
||||
libpq-dev \
|
||||
|
@ -62,6 +62,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-mysql \
|
||||
--with-net-snmp \
|
||||
|
@ -56,6 +56,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-mysql \
|
||||
--with-net-snmp \
|
||||
|
@ -44,6 +44,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-mysql \
|
||||
--with-net-snmp \
|
||||
|
@ -66,6 +66,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-mysql \
|
||||
--with-net-snmp \
|
||||
|
@ -62,6 +62,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-mysql \
|
||||
--with-net-snmp \
|
||||
|
@ -62,6 +62,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -56,6 +56,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -44,6 +44,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -62,6 +62,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -60,6 +60,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -54,6 +54,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -42,6 +42,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -64,6 +64,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
# --with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -60,6 +60,7 @@ RUN set -eux && \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
--with-libmodbus \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--with-net-snmp \
|
||||
--with-openipmi \
|
||||
|
@ -46,7 +46,7 @@ RUN set -eux && \
|
||||
mariadb-connector-c \
|
||||
net-snmp-agent-libs \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
unixodbc \
|
||||
fping" && \
|
||||
apk add \
|
||||
|
@ -48,7 +48,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
dnf -y module enable mysql && \
|
||||
|
@ -48,7 +48,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
microdnf -y module enable mysql && \
|
||||
|
@ -67,7 +67,7 @@ RUN set -eux && \
|
||||
mysql-libs \
|
||||
net-snmp-agent-libs \
|
||||
OpenIPMI-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
unixODBC" && \
|
||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
||||
|
@ -43,7 +43,7 @@ RUN set -eux && \
|
||||
libevent-2.1 \
|
||||
libmysqlclient21 \
|
||||
libopenipmi0 \
|
||||
libpcre3 \
|
||||
libpcre2-8-0 \
|
||||
libsnmp35 \
|
||||
libssh-4 \
|
||||
libssl1.1 \
|
||||
|
@ -44,7 +44,7 @@ RUN set -eux && \
|
||||
libxml2 \
|
||||
net-snmp-agent-libs \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
sqlite-libs \
|
||||
unixodbc" && \
|
||||
apk add \
|
||||
|
@ -45,7 +45,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
dnf -y install epel-release && \
|
||||
|
@ -45,7 +45,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
microdnf -y install \
|
||||
|
@ -64,7 +64,7 @@ RUN set -eux && \
|
||||
libxml2 \
|
||||
net-snmp-agent-libs \
|
||||
OpenIPMI-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
sqlite-libs \
|
||||
unixODBC" && \
|
||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||
|
@ -41,7 +41,7 @@ RUN set -eux && \
|
||||
libcurl4 \
|
||||
libevent-2.1 \
|
||||
libopenipmi0 \
|
||||
libpcre3 \
|
||||
libpcre2-8-0 \
|
||||
libsnmp35 \
|
||||
libsqlite3-0 \
|
||||
libssh-4 \
|
||||
|
@ -48,7 +48,7 @@ RUN set -eux && \
|
||||
mariadb-connector-c \
|
||||
net-snmp-agent-libs \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
unixodbc" && \
|
||||
apk add \
|
||||
--no-cache \
|
||||
|
@ -50,7 +50,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
dnf -y module enable mysql && \
|
||||
|
@ -51,7 +51,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
microdnf -y module enable mysql && \
|
||||
|
@ -68,7 +68,7 @@ RUN set -eux && \
|
||||
mysql-libs \
|
||||
net-snmp-agent-libs \
|
||||
OpenIPMI-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
unixODBC" && \
|
||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
||||
|
@ -46,7 +46,7 @@ RUN set -eux && \
|
||||
libevent-2.1 \
|
||||
libmysqlclient21 \
|
||||
libopenipmi0 \
|
||||
libpcre3 \
|
||||
libpcre2-8-0 \
|
||||
libsnmp35 \
|
||||
libssh-4 \
|
||||
libssl1.1 \
|
||||
|
@ -47,7 +47,7 @@ RUN set -eux && \
|
||||
libxml2 \
|
||||
net-snmp-agent-libs \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
postgresql-client \
|
||||
postgresql-libs \
|
||||
unixodbc" && \
|
||||
|
@ -49,7 +49,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
postgresql \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
|
@ -49,7 +49,7 @@ RUN set -eux && \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
postgresql \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
|
@ -46,7 +46,7 @@ RUN set -eux && \
|
||||
libcurl4 \
|
||||
libevent-2.1 \
|
||||
libopenipmi0 \
|
||||
libpcre3 \
|
||||
libpcre2-8-0 \
|
||||
libpq5 \
|
||||
libsnmp35 \
|
||||
libssh-4 \
|
||||
|
@ -44,7 +44,6 @@ RUN set -o xtrace && INSTALL_PKGS="OpenIPMI-libs \
|
||||
curl \
|
||||
fping \
|
||||
java-1.8.0-openjdk-headless \
|
||||
pcre \
|
||||
libcurl \
|
||||
libssh \
|
||||
libevent \
|
||||
@ -55,7 +54,7 @@ RUN set -o xtrace && INSTALL_PKGS="OpenIPMI-libs \
|
||||
nginx \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
pcre2 \
|
||||
php-bcmath \
|
||||
php-fpm \
|
||||
php-gd \
|
||||
@ -121,7 +120,7 @@ RUN set -eux && REPOLIST="rhel-8-for-x86_64-baseos-rpms,rhel-8-for-x86_64-appstr
|
||||
libxml2-devel \
|
||||
make \
|
||||
mariadb-connector-c-devel \
|
||||
pcre-devel \
|
||||
pcre2-devel \
|
||||
net-snmp-devel \
|
||||
OpenIPMI-devel \
|
||||
openldap-devel \
|
||||
@ -147,6 +146,7 @@ RUN set -eux && REPOLIST="rhel-8-for-x86_64-baseos-rpms,rhel-8-for-x86_64-appstr
|
||||
--with-mysql \
|
||||
--with-ldap \
|
||||
--with-libcurl \
|
||||
--with-libpcre2 \
|
||||
--with-libxml2 \
|
||||
--enable-java \
|
||||
--with-net-snmp \
|
||||
|
Loading…
Reference in New Issue
Block a user