docker-flow-letsencrypt
docker-flow-letsencrypt copied to clipboard
Reduze docker image size
Currently this image is based on ubuntu:16.04 (lts). certbot-auto is used to install the newest version of certbot and not the certbot inside the ubuntu-packages.
That's about 200 MB Image size! Sadly certbot's own Dockerfile isn't updated and they don't provide docker hub images. But they will! Update this image when they provide small alpine images. https://github.com/certbot/certbot/pull/4032
I don't think opening an issue after a PR is proposed makes much sense...
This is a reminder for myself that when there are official certbot images on docker hub to change this project. I just linked to the pr to have an easy way to find out the current process.
Ah sorry, I did not realize this was another project 😅
I just created #22. Not sure if this is correct way…