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

Include radicale-imap auth plugin into the docker image #53

Closed
ghost opened this issue Sep 23, 2019 · 3 comments
Closed

Include radicale-imap auth plugin into the docker image #53

ghost opened this issue Sep 23, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 23, 2019

I wonder, if it is possible to include the radicale-imap authentication plugin into the docker image?

@tomsquest
Copy link
Owner

Well, I am mitigated by that. We have already RadicaleInfCloud builtin, installed from git, and I am worried of security issues.

I wonder if we should include addons like radicale-imap and RadicaleInfCloud in this image. It would be better to extend the image to run the additional pip install.

What do you think of creating your own Dockerfile:

FROM tomsquest/docker-radicale

RUN python3 -m pip install radicale-imap

Then build it and run it:

docker build -t radicale-imap -f Dockerfile.imap .
docker run --name radicale-imap -p 5232:5232 radicale-imap

@ghost
Copy link
Author

ghost commented Sep 25, 2019

I can understand your security concern very well. I will build my own image as suggested. Thank you very much for your response.

@tomsquest
Copy link
Owner

You're welcome!

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

1 participant