Skip to content

Commit 37ba32b

Browse files
committed
Pin 2.2 to Debian Bullseye and Alpine 3.16 to avoid OpenSSL 3 (unsupported until 2.6+ and backported to 2.4)
1 parent 71aadfa commit 37ba32b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

2.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.2/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"version": "2.0.33"
88
},
99
"2.2": {
10-
"alpine": "3.19",
11-
"debian": "bookworm-slim",
10+
"alpine": "3.16",
11+
"debian": "bullseye-slim",
1212
"sha256": "94b099e0142c3e5689b2a1a4943eafa02a453b342e6527cd108b722f8d0a82f6",
1313
"url": "https://www.haproxy.org/download/2.2/src/haproxy-2.2.31.tar.gz",
1414
"version": "2.2.31"

versions.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ versions=( "${versions[@]%/}" )
1414

1515
defaultDebianSuite='bookworm-slim'
1616
declare -A debianSuite=(
17+
[2.2]='bullseye-slim'
1718
[2.0]='buster-slim'
1819
)
1920
defaultAlpineVersion='3.19'
2021
declare -A alpineVersion=(
21-
# OpenSSL 3 incompatibilities
22+
# OpenSSL 3 incompatibilities (https://github.com/haproxy/haproxy/issues/1276)
23+
[2.2]='3.16'
2224
[2.0]='3.16'
2325
)
2426

0 commit comments

Comments
 (0)