Skip to content

Commit

Permalink
Merge pull request #159 from zabbix/master
Browse files Browse the repository at this point in the history
Fixed issue with sender and get in case of proxy and server images
  • Loading branch information
dotneft committed Oct 21, 2017
2 parents d643c80 + 098b780 commit 8beb1a4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions proxy-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions proxy-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,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 \
Expand Down
1 change: 1 addition & 0 deletions proxy-sqlite3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,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 \
Expand Down
1 change: 1 addition & 0 deletions proxy-sqlite3/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,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 \
Expand Down
1 change: 1 addition & 0 deletions server-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,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 \
Expand Down
1 change: 1 addition & 0 deletions server-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,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 \
Expand Down
1 change: 1 addition & 0 deletions server-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,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 \
Expand Down
1 change: 1 addition & 0 deletions server-pgsql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,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 \
Expand Down

0 comments on commit 8beb1a4

Please sign in to comment.