Skip to content

Commit 23c6037

Browse files
author
valentinab25
committed
Upgrade to 1.8.31
1 parent 0c07c49 commit 23c6037

3 files changed

Lines changed: 10 additions & 4 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+
## 2023-03-09 (1.8-1.8)
4+
5+
- Upgrade HAproxy to 1.8.31
6+
37
## 2021-06-14 (1.8-1.7)
48

59
- Upgrade HAProxy to 1.8.30

haproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM haproxy:1.8.30
1+
FROM haproxy:1.8.31-buster
22
LABEL maintainer="EEA: IDM2 A-Team <eea-edw-a-team-alerts@googlegroups.com>"
33

44
RUN apt-get update \

haproxy/Readme.md

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

6-
- Debian: **Jessie**
6+
- Debian: **Buster**
77
- 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.8**
12+
- `:latest` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/blob/master/haproxy/Dockerfile) - Debian: **Buster**, HAProxy: **1.8**
1313

1414
### Stable and immutable tags
1515

16-
- `:1.8-1.5` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.5/haproxy/Dockerfile) - HAProxy: **1.8.22** Release: **1.5**
16+
- `:1.8-1.8` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.8/haproxy/Dockerfile) - HAProxy: **1.8.31** Release: **1.8**
17+
- `:1.8-1.7` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.7/haproxy/Dockerfile) - HAProxy: **1.8.30** Release: **1.7**
1718
- `:1.8-1.6` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.6/haproxy/Dockerfile) - HAProxy: **1.8.29** Release: **1.6**
19+
- `:1.8-1.5` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.5/haproxy/Dockerfile) - HAProxy: **1.8.22** Release: **1.5**
1820

1921

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

0 commit comments

Comments
 (0)