Closed baszoetekouw closed 11 months ago
Yes, they do not support a2enmod
Hmm, indeed the offical "solution" seems rather clunky: https://stackoverflow.com/questions/60591893/how-to-enable-mod-rewrite-module-for-docker-official-httpd-image
@quartje what do you think? How do you handle this for the OpenConext images? Surely those also need to enable Apache mods?
@baszoetekouw We're preparing a container where all modules we need are enabled (like mod_rewrite and mod_proxy) so you can use that as a base image. Coming to a container registry near you this week :)
@quartje I've removed the Apache container from this PR; I'll also ask Martin to change the python container to a container based on the upstream python containers (https://hub.docker.com/_/python)
When do you expect the plain Apache container to be merged?
Is obsolete now, we use the upstream python image directly.
@mrvanes is there any reason to not use the standard Apache containers?