Closed SuperMasterPhoenix closed 2 years ago
I think that changing openldap-dev
in Dockerfile (line 18) to openldap
will fix it, but don't have ldap setup so can't confirm.
Just tried the following simple dockerfile with success, the app starts again :-) So yeah, openldap lib seems to be missing.
FROM vabene1111/recipes:1.1.1
RUN apk add --no-cache openldap
ENTRYPOINT ["/opt/recipes/boot.sh"]
Tandoor Version
Docker image with current 'latest' tag
Setup
Docker / Docker-Compose
Reverse Proxy
Traefik
Other
No response
Bug description
After pulling the newest 'latest' docker image the application doesn't start anymore. Please see the attached logs. Probably it seems to be related to using LDAP and may be caused by this change: https://github.com/TandoorRecipes/recipes/pull/1499 I reverted back to 1.0.8 for the time being.
I am using an AMD64 based system in case this is important.
Additionally here is my config:
Relevant logs