Skip to content

Commit

Permalink
Merge pull request #208 from TimWolla/2.5-eol
Browse files Browse the repository at this point in the history
Remove EOL 2.5
  • Loading branch information
tianon committed May 3, 2023
2 parents b5e4baa + da2d46e commit 672045d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 239 deletions.
102 changes: 0 additions & 102 deletions 2.5/Dockerfile

This file was deleted.

95 changes: 0 additions & 95 deletions 2.5/alpine/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions 2.5/alpine/docker-entrypoint.sh

This file was deleted.

17 changes: 0 additions & 17 deletions 2.5/docker-entrypoint.sh

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ ENTRYPOINT ["docker-entrypoint.sh"]
USER haproxy
{{ ) end -}}

{{ if [ "2.0", "2.2", "2.4", "2.5", "2.6" ] | index(env.version) then ( -}}
{{ if [ "2.0", "2.2", "2.4", "2.6" ] | index(env.version) then ( -}}
# no WORKDIR for backwards compatibility (to try to avoid breaking existing users)
{{ ) else ( -}}
# https://github.com/docker-library/haproxy/issues/200
Expand Down
7 changes: 0 additions & 7 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
"url": "https://www.haproxy.org/download/2.4/src/haproxy-2.4.22.tar.gz",
"version": "2.4.22"
},
"2.5": {
"alpine": "3.17",
"debian": "bullseye-slim",
"sha256": "a0a44945687de3778a5c389f64fbede7be82f1ff2645eb1cc098822af8f4652a",
"url": "https://www.haproxy.org/download/2.5/src/haproxy-2.5.14.tar.gz",
"version": "2.5.14"
},
"2.6": {
"alpine": "3.17",
"debian": "bullseye-slim",
Expand Down

0 comments on commit 672045d

Please sign in to comment.