docker-flow-letsencrypt icon indicating copy to clipboard operation
docker-flow-letsencrypt copied to clipboard

Reduze docker image size

Open hamburml opened this issue 8 years ago • 4 comments
trafficstars

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

hamburml avatar Jan 15 '17 13:01 hamburml

I don't think opening an issue after a PR is proposed makes much sense...

yajo avatar Jan 16 '17 08:01 yajo

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.

hamburml avatar Jan 16 '17 09:01 hamburml

Ah sorry, I did not realize this was another project 😅

yajo avatar Jan 16 '17 21:01 yajo

I just created #22. Not sure if this is correct way…

morsik avatar Apr 30 '17 07:04 morsik