Skip to content

Commit 05fb761

Browse files
committed
Update to debian:bullseye-slim for 2.2+
Older versions have not been adjusted to prefer stability. The EOL of HAProxy 2.0 nicely matches up the EOL of Debian Buster LTS and thus was choosen as the cut-off point.
1 parent 33404f0 commit 05fb761

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
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.3/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.4/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.5-rc/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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@
2222
},
2323
"2.2": {
2424
"alpine": "3.14",
25-
"debian": "buster-slim",
25+
"debian": "bullseye-slim",
2626
"sha256": "b81e03a181070d1f7bcdaeec9f09af701fb1ab015c3c9c997a881f4773e29375",
2727
"url": "https://www.haproxy.org/download/2.2/src/haproxy-2.2.16.tar.gz",
2828
"version": "2.2.16"
2929
},
3030
"2.3": {
3131
"alpine": "3.14",
32-
"debian": "buster-slim",
32+
"debian": "bullseye-slim",
3333
"sha256": "c651a44f1a1158085962ea64852ab163e0d21c5ef0ea4b2c5218728ed4dbe257",
3434
"url": "https://www.haproxy.org/download/2.3/src/haproxy-2.3.13.tar.gz",
3535
"version": "2.3.13"
3636
},
3737
"2.4": {
3838
"alpine": "3.14",
39-
"debian": "buster-slim",
39+
"debian": "bullseye-slim",
4040
"sha256": "ce479380be5464faa881dcd829618931b60130ffeb01c88bc2bf95e230046405",
4141
"url": "https://www.haproxy.org/download/2.4/src/haproxy-2.4.3.tar.gz",
4242
"version": "2.4.3"
4343
},
4444
"2.5-rc": {
4545
"alpine": "3.14",
46-
"debian": "buster-slim",
46+
"debian": "bullseye-slim",
4747
"sha256": "9ca0bff5255ccadb42834785097cd380694dc087af6f6556585a979ddf470966",
4848
"url": "https://www.haproxy.org/download/2.5/src/devel/haproxy-2.5-dev4.tar.gz",
4949
"version": "2.5-dev4"

versions.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ else
1212
fi
1313
versions=( "${versions[@]%/}" )
1414

15-
defaultDebianSuite='buster-slim'
15+
defaultDebianSuite='bullseye-slim'
1616
declare -A debianSuite=(
17-
#[1.6]='stretch-slim'
17+
[1.7]='buster-slim'
18+
[1.8]='buster-slim'
19+
[2.0]='buster-slim'
1820
)
1921
defaultAlpineVersion='3.14'
2022
declare -A alpineVersion=(

0 commit comments

Comments
 (0)