File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2018-11-21 (1.8-1.3)
4+
5+ - Upgrade to haproxy 1.8.14
6+ - Move the restart of rsyslog and cron to run at every docker start
7+
8+
39## 2018-08-02 (1.8-1.2)
410
511- Upgrade to haproxy 1.8.13
Original file line number Diff line number Diff line change 1- FROM haproxy:1.8.13
1+ FROM haproxy:1.8.14
22LABEL maintainer="EEA: IDM2 A-Team <eea-edw-a-team-alerts@googlegroups.com>"
33
44RUN apt-get update \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ your non-related EEA projects.
1313
1414### Stable and immutable tags
1515
16- - ` :1.8-1.2 ` [ * Dockerfile* ] ( https://github.com/eea/eea.docker.haproxy/tree/1.8-1.2 /haproxy/Dockerfile ) - HAProxy: ** 1.8** Release: ** 1.2 **
16+ - ` :1.8-1.3 ` [ * Dockerfile* ] ( https://github.com/eea/eea.docker.haproxy/tree/1.8-1.3 /haproxy/Dockerfile ) - HAProxy: ** 1.8** Release: ** 1.3 **
1717
1818See [ older versions] ( https://github.com/eea/eea.docker.haproxy/releases )
1919
Original file line number Diff line number Diff line change @@ -26,14 +26,9 @@ if ! test -e /etc/haproxy/haproxy.cfg; then
2626
2727 fi
2828
29- # enable cron logging
30- service rsyslog restart
31-
3229 # add crontab
3330 crontab /var/crontab.txt
3431 chmod 600 /etc/crontab
35- service cron restart
36-
3732
3833 # Add env variables for haproxy
3934 echo " export PATH=$PATH " ' :$PATH' >> /etc/environment
@@ -63,5 +58,12 @@ if ! test -e /etc/haproxy/haproxy.cfg; then
6358 if [ ! -z " $TIMEOUT_SERVER " ]; then echo " export TIMEOUT_SERVER=\" $TIMEOUT_SERVER \" " >> /etc/environment; fi
6459fi
6560
61+
62+ # start logging
63+ service rsyslog restart
64+
65+ # start crontab
66+ service cron restart
67+
6668exec /haproxy-entrypoint.sh " $@ "
6769
You can’t perform that action at this time.
0 commit comments