Skip to content

Commit 764f8d2

Browse files
committed
Refs #89605 - Upgrade to haproxy 1.8
1 parent 488afef commit 764f8d2

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2017-12-05 (1.8-1.0)
4+
5+
- Upgrade to haproxy 1.8
6+
37
## 2017-11-30 (1.7-4.1)
48

59
- bugfix add LOG_LEVEL to /etc/environment as well

haproxy/Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
FROM haproxy:1.7
2-
MAINTAINER "Alin Voinea" <alin.voinea@eaudeweb.ro>
3-
4-
1+
FROM haproxy:1.8
2+
LABEL maintainer="EEA: IDM2 A-Team <eea-edw-a-team-alerts@googlegroups.com>"
53

64
RUN apt-get update \
75
&& apt-get install -y --no-install-recommends \
@@ -19,9 +17,5 @@ RUN apt-get update \
1917
&& sed -i '/cron.*/a local2.* \/proc\/1\/fd\/1' /etc/rsyslog.conf \
2018
&& mv /docker-entrypoint.sh /haproxy-entrypoint.sh
2119

22-
23-
2420
COPY src/haproxy.cfg /tmp/
2521
COPY docker-entrypoint.sh src/configure.py src/track_hosts src/track_dns /
26-
27-

haproxy/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ This image is generic, thus you can obviously re-use it within
44
your non-related EEA projects.
55

66
- Debian: **Jessie**
7-
- HAProxy: **1.7**
7+
- HAProxy: **1.8**
88
- Expose: **5000**
99

1010
### Supported tags and respective Dockerfile links
1111

12-
- `:latest` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/blob/master/haproxy/Dockerfile) - Debian: **Jessie**, HAProxy: **1.7**
12+
- `:latest` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/blob/master/haproxy/Dockerfile) - Debian: **Jessie**, HAProxy: **1.8**
1313

1414
### Stable and immutable tags
1515

16-
- `:1.7-4.1` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.7-4.1/haproxy/Dockerfile) - HAProxy: **1.7** Release: **4.1*
16+
- `:1.8-1.0` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.0/haproxy/Dockerfile) - HAProxy: **1.8 Release: **1*.0
1717

1818
See [older versions](https://github.com/eea/eea.docker.haproxy/releases)
1919

0 commit comments

Comments
 (0)