Merge pull request #157 from zabbix/master

Fixed issue with sender and get in case of proxy and server images
This commit is contained in:
Alexey Pustovalov 2017-10-21 17:51:31 +03:00 committed by GitHub
commit 94e8a71894
8 changed files with 8 additions and 0 deletions

View File

@ -81,6 +81,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-proxy \
--enable-agent \
--enable-ipv6 \
# Does not support stable iksemel library
# --with-jabber \

View File

@ -88,6 +88,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-proxy \
--enable-agent \
--enable-ipv6 \
--with-jabber \
--with-ldap \

View File

@ -77,6 +77,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-proxy \
--enable-agent \
--enable-ipv6 \
# Does not support stable iksemel library
# --with-jabber \

View File

@ -86,6 +86,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-proxy \
--enable-agent \
--enable-ipv6 \
--with-jabber \
--with-ldap \

View File

@ -82,6 +82,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-server \
--enable-agent \
--enable-ipv6 \
# Does not support stable iksemel library
# --with-jabber \

View File

@ -89,6 +89,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-server \
--enable-agent \
--enable-ipv6 \
--with-jabber \
--with-ldap \

View File

@ -82,6 +82,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-server \
--enable-agent \
--enable-ipv6 \
# Does not support stable iksemel library
# --with-jabber \

View File

@ -89,6 +89,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
--libdir=/usr/lib/zabbix \
--datadir=/usr/lib \
--enable-server \
--enable-agent \
--enable-ipv6 \
--with-jabber \
--with-ldap \