Skip to content

Commit 733387f

Browse files
authored
Merge pull request #258 from infosiftr/3.1-eol
Remove EOL 3.1
2 parents b57e412 + 23e975a commit 733387f

6 files changed

Lines changed: 1 addition & 257 deletions

File tree

3.1/Dockerfile

Lines changed: 0 additions & 111 deletions
This file was deleted.

3.1/alpine/Dockerfile

Lines changed: 0 additions & 104 deletions
This file was deleted.

3.1/alpine/docker-entrypoint.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

3.1/docker-entrypoint.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUN set -eux; \
121121
USE_PROMEX=1 \
122122
# https://github.com/haproxy/haproxy/blob/a203ce685464988afbd92c8a376fcafae9bab5b5/INSTALL#L368-L373
123123
USE_PTHREAD_EMULATION=1 \
124-
{{ if env.version | IN("2.4", "2.6", "2.8", "3.0", "3.1") then "" else ( -}}
124+
{{ if env.version | IN("2.4", "2.6", "2.8", "3.0") then "" else ( -}}
125125
# https://www.haproxy.com/blog/announcing-haproxy-3-2#quic-protocol
126126
# [in 3.2] QUIC TLS API was ported to OpenSSL 3.5
127127
# Openssl 3.5+ is available on Debian Trixie and Alpine 3.22 and newer

versions.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727
"url": "https://www.haproxy.org/download/3.0/src/haproxy-3.0.20.tar.gz",
2828
"version": "3.0.20"
2929
},
30-
"3.1": {
31-
"alpine": "3.23",
32-
"debian": "trixie-slim",
33-
"sha256": "5f875a297032bb68f100363d034574694313a59fc5b699adf647063bbfe5e7a7",
34-
"url": "https://www.haproxy.org/download/3.1/src/haproxy-3.1.17.tar.gz",
35-
"version": "3.1.17"
36-
},
3730
"3.2": {
3831
"alpine": "3.23",
3932
"debian": "trixie-slim",

0 commit comments

Comments
 (0)