Skip to content

Commit

Permalink
Merge pull request #228 from TimWolla/2.7-eol
Browse files Browse the repository at this point in the history
Remove EOL 2.7
  • Loading branch information
tianon committed Apr 8, 2024
2 parents 8b639f8 + 2dbe02f commit 1cae2e3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 256 deletions.
111 changes: 0 additions & 111 deletions 2.7/Dockerfile

This file was deleted.

103 changes: 0 additions & 103 deletions 2.7/alpine/Dockerfile

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile.template
Expand Up @@ -59,7 +59,7 @@ ENV HAPROXY_SHA256 {{ .sha256 }}
# Since 5.4 is supported on haproxy, better use it now, but only for
# newer versions since there could be some minor incompatibilities
# for existing scripts: https://www.lua.org/manual/5.4/manual.html#8
if ([ "2.0", "2.2", "2.4", "2.6", "2.7", "2.8" ] | index(env.version)) then
if ([ "2.0", "2.2", "2.4", "2.6", "2.8" ] | index(env.version)) then
"5.3"
else
"5.4"
Expand Down
7 changes: 0 additions & 7 deletions versions.json
Expand Up @@ -27,13 +27,6 @@
"url": "https://www.haproxy.org/download/2.6/src/haproxy-2.6.17.tar.gz",
"version": "2.6.17"
},
"2.7": {
"alpine": "3.19",
"debian": "bookworm-slim",
"sha256": "471d42524049b37b5fc79093ac26911a838c2c67a18bd2f8d01efd48a83a362c",
"url": "https://www.haproxy.org/download/2.7/src/haproxy-2.7.12.tar.gz",
"version": "2.7.12"
},
"2.8": {
"alpine": "3.19",
"debian": "bookworm-slim",
Expand Down

0 comments on commit 1cae2e3

Please sign in to comment.