Skip to content

Commit da2d46e

Browse files
committed
Remove EOL 2.5
1 parent b5e4baa commit da2d46e

File tree

6 files changed

+1
-239
lines changed

6 files changed

+1
-239
lines changed

2.5/Dockerfile

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

2.5/alpine/Dockerfile

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

2.5/alpine/docker-entrypoint.sh

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

2.5/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
@@ -171,7 +171,7 @@ ENTRYPOINT ["docker-entrypoint.sh"]
171171
USER haproxy
172172
{{ ) end -}}
173173

174-
{{ if [ "2.0", "2.2", "2.4", "2.5", "2.6" ] | index(env.version) then ( -}}
174+
{{ if [ "2.0", "2.2", "2.4", "2.6" ] | index(env.version) then ( -}}
175175
# no WORKDIR for backwards compatibility (to try to avoid breaking existing users)
176176
{{ ) else ( -}}
177177
# https://github.com/docker-library/haproxy/issues/200

versions.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
"url": "https://www.haproxy.org/download/2.4/src/haproxy-2.4.22.tar.gz",
2121
"version": "2.4.22"
2222
},
23-
"2.5": {
24-
"alpine": "3.17",
25-
"debian": "bullseye-slim",
26-
"sha256": "a0a44945687de3778a5c389f64fbede7be82f1ff2645eb1cc098822af8f4652a",
27-
"url": "https://www.haproxy.org/download/2.5/src/haproxy-2.5.14.tar.gz",
28-
"version": "2.5.14"
29-
},
3023
"2.6": {
3124
"alpine": "3.17",
3225
"debian": "bullseye-slim",

0 commit comments

Comments
 (0)