OpenConext / OpenConext-BaseContainers

Docker base images used by all OpenConext projects that use docker containers
Apache License 2.0
0 stars 1 forks source link

Add a python 3.11 container (for use with SRAM) #10

Closed baszoetekouw closed 11 months ago

baszoetekouw commented 1 year ago

@mrvanes is there any reason to not use the standard Apache containers?

mrvanes commented 1 year ago

Yes, they do not support a2enmod

baszoetekouw commented 1 year ago

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?

quartje commented 1 year ago

@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 :)

baszoetekouw commented 1 year ago

@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?

baszoetekouw commented 11 months ago

Is obsolete now, we use the upstream python image directly.