docker-openldap icon indicating copy to clipboard operation
docker-openldap copied to clipboard

FR: Update BASE to 2.5.5

Open ZuSe opened this issue 3 years ago • 4 comments

Feature Request for updating the OpenLDAP Base Image to 2.5.5

OpenLDAP recently introduced support for the proxy protocol (v2). This is a major step to host the server on private kubernetes clusters and put a proper LB in front of it.

https://lists.openldap.org/hyperkitty/list/[email protected]/thread/QY5RLEXJ3Q6SQHISO3N7YUYA64HFH73K/

ZuSe avatar Jun 14 '21 11:06 ZuSe

2.5.x is only available for debian experimental. All docker images are based on buster / buster-backports and the latest version is 2.4.57 for now: https://packages.debian.org/buster-backports/ldap-utils

I think 2.5.x should be available for at least bullseye to have the potential of a releasable package. I would avoid experimental package.

nesc58 avatar Jun 14 '21 13:06 nesc58

What about OpenLDAP 2.4.58 where some security patches were introduced ?

Is it possible to build an image for this release with no effort, simply setting the OPENLDAP_PACKAGE_VERSION=2.4.58 within your Dockerfile ?

Doing so, it is raising to me some complaints about not finding 2.4.58* versions:

E: Version '2.4.58*' for 'ldap-utils' was not found
E: Version '2.4.58*' for 'slapd' was not found
E: Version '2.4.58*' for 'slapd-contrib' was not found

andreagalle avatar Jun 16 '21 10:06 andreagalle

the latest version is 2.4.57 for now: https://packages.debian.org/buster-backports/ldap-utils

So it is not possible to install 2.4.58. We can only update to released packages listed on the page i linked above.

nesc58 avatar Jun 16 '21 12:06 nesc58

https://github.com/osixia/docker-light-baseimage/issues/33#issuecomment-1366505260

thomschke avatar Dec 28 '22 09:12 thomschke