jeboehm / docker-mailserver

Docker Mailserver based on the famous ISPMail guide
MIT License
356 stars 93 forks source link

optimize some containers #98

Closed kklepper closed 2 years ago

kklepper commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Some containers seem to be rather fat. I noticed

jeboehm/mailserver-db latest bb63c6658001 11 days ago 448MB

Compare this to

kklepper/mariadb33 alpine ec5eb0ced11b 5 months ago 112MB

Also

jeboehm/mailserver-web latest 34ef8421291a 11 days ago 430MB

and

kklepper/nginx-php7-mysqli-memcached alpine 53748deefdef 4 weeks ago 35.2MB

Describe the solution you'd like A clear and concise description of what you want to happen.

I think it would be worthwhile to slim down these two.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

I did not try to replace yours with mine -- there are too many imponderables.

Additional context Add any other context or screenshots about the feature request here.

I could inspect your dockerfiles or provide mine for you to inspect.