Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image won't build (python-ldap issue) #91

Open
pintoflager opened this issue Dec 3, 2021 · 1 comment
Open

Docker image won't build (python-ldap issue) #91

pintoflager opened this issue Dec 3, 2021 · 1 comment

Comments

@pintoflager
Copy link

Docker image stopped building as alpine linux 3.15 bundles newer ldap (2.6) than python-ldap can handle (2.5), open issue

Might be a good idea to provide the alpine version in Dockerfile as argument.

ARG V_PYTHON=3
ARG V_ALPINE=3.14

FROM python:${V_PYTHON}-alpine${V_ALPINE}
@tippexs
Copy link
Contributor

tippexs commented Apr 18, 2022

Hi @pintoflager - In such cases it is always better to use exact versioning to not run in such issues. I will update the Dockerfile and specify the container image with the right alpine version 3.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants