Skip to content

Commit

Permalink
Pin 2.2 to Debian Bullseye and Alpine 3.16 to avoid OpenSSL 3 (unsupp…
Browse files Browse the repository at this point in the history
…orted until 2.6+ and backported to 2.4)
  • Loading branch information
tianon committed Dec 11, 2023
1 parent cecca27 commit b0f8dd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "2.0.33"
},
"2.2": {
"alpine": "3.19",
"debian": "bookworm-slim",
"alpine": "3.16",
"debian": "bullseye-slim",
"sha256": "94b099e0142c3e5689b2a1a4943eafa02a453b342e6527cd108b722f8d0a82f6",
"url": "https://www.haproxy.org/download/2.2/src/haproxy-2.2.31.tar.gz",
"version": "2.2.31"
Expand Down
4 changes: 3 additions & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ versions=( "${versions[@]%/}" )

defaultDebianSuite='bookworm-slim'
declare -A debianSuite=(
[2.2]='bullseye-slim'
[2.0]='buster-slim'
)
defaultAlpineVersion='3.19'
declare -A alpineVersion=(
# OpenSSL 3 incompatibilities
# OpenSSL 3 incompatibilities (https://github.com/haproxy/haproxy/issues/1276)
[2.2]='3.16'
[2.0]='3.16'
)

Expand Down

0 comments on commit b0f8dd5

Please sign in to comment.