On Mon, Feb 10, 2025 at 11:51:02AM +0000, Marc wrote:
I use
echo "127.0.0.2 ldap.example.com" >> /etc/hosts
to prevent the running ldap server from syncing during image building. However when using DOCKER_BUILDKIT=1 this is not possible any more (read only fs).
I was wondering if it is possible to start slapd so it does not start syncing?
I would not start it in the first place... Otherwise maybe don't give it network access?
Regards,