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

Can we expect alpine images for apache? #981

Closed
nimabrownlee opened this issue Apr 1, 2020 · 3 comments
Closed

Can we expect alpine images for apache? #981

nimabrownlee opened this issue Apr 1, 2020 · 3 comments
Labels
Request Request for image modification or feature

Comments

@nimabrownlee
Copy link

Is there any plans to do it or should we do it ourselves? If so, is there any guidelines for someone that has only been in the docker/server world for a short time. I am trying to create a small production image because the current php-apache is around 500 MB.

@wglambert wglambert added the Request Request for image modification or feature label Apr 1, 2020
@wglambert
Copy link

#259 (comment)

Currently I think it is because the apache part is taken directly from Debian and so it has things that users are used to existing in their php/apache world, which would not necessarily be the case in an alpine version. Also, since the Alpine variants exist mostly for size concerned users, then they would be better served with fpm and something like nginx in front of it.

#259 (comment)

Given the complexity involved in duplicating Debian's Apache configuration and usage for Alpine, I don't think this is going to be solved any time soon.

The best advice I can give is to either use the Debian version (since the size difference is not that dramatic, given today's normal storage and bandwidth availability), or to use FPM (which is also much more in the spirit of Alpine's minimalism). Thanks! ❤️

@darksaboteur
Copy link

darksaboteur commented Nov 24, 2021

I've just opened a PR with this functionality #1222

I have a project that I would prefer to use apache rather than nginx and the debian based apache variant is quite a large image. Given the changes were relatively minor to get this running I hope it can be accepted

@tianon
Copy link
Member

tianon commented Jun 8, 2022

Sorry for the delay! Unfortunately, this isn't something we plan to implement/support/maintain.

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

No branches or pull requests

4 participants