Skip to content

Commit 0d458a8

Browse files
committed
Add debian trixie for 1.17
There is a change in ldap package name, thus a switch added in the debian template
1 parent 41c337f commit 0d458a8

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Dockerfile-debian.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN apt-get update && \
128128
libkrb5-dev \
129129
libxslt1-dev \
130130
libldap-common \
131-
libldap-2.5-0 \
131+
{{ if env.variant == "bookworm" then "libldap-2.5-0 " else "libldap2" end }} \
132132
libldap2-dev \
133133
libreadline-dev \
134134
libicu-dev && \

versions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,19 @@
4444
"bookworm"
4545
],
4646
"version": "4.4"
47+
},
48+
"1": {
49+
"debian": "trixie",
50+
"trixie": {
51+
"arches": [
52+
"amd64"
53+
],
54+
"version": "1.17"
55+
},
56+
"major": 1,
57+
"variants": [
58+
"trixie"
59+
],
60+
"version": "1.17"
4761
}
4862
}

0 commit comments

Comments
 (0)