sympa-community / sympa

Sympa, Mailing List Management Software
https://www.sympa.community/sympa
GNU General Public License v2.0
241 stars 95 forks source link

Dockerfile and Docker image for Sympa #789

Open joergklein opened 4 years ago

joergklein commented 4 years ago

I found an old Dockerfile here https://github.com/sympa-community/sympa-docker but the last update is from 2017. What is the reason that is no up to date Dockerimage on hub.docker.com?

racke commented 4 years ago

Lack of manpower? Also I think it would be logical to split up database/web frontend/sympa/MTA into separate containers.

joergklein commented 4 years ago

I will maintain Sympa in Docker. What I need is a list of how to run Sympa in Docker.

I wrote Xaviier Bachelot an email. He answerd

Sympa for EPEL 8 is still a work in progress. I'll probably be rolling a new build in the next few days to fix some bugs. I'll look at pushing the few EL8 related bits I have in my local git repo, but there shouldn't be anything significant on this matter.

If the update was done then I will start creating a Dockerfile and the configuration files.

racke commented 4 years ago

On 11/11/19 4:08 PM, Joerg Klein wrote:

I will maintain Sympa in Docker. What I need is a list of how to run Sympa in Docker.

I wrote Xaviier Bachelot an email. He answerd

Sympa for EPEL 8 is still a work in progress.
I'll probably be rolling a new build in the next few days to fix some
bugs. I'll look at pushing the few EL8 related bits I have in my local
git repo, but there shouldn't be anything significant on this matter.

If the update was done then I will start creating a Dockerfile and the configuration files.

You could install Sympa from source into the docker image (as multi-stage build) :-)

Regards Racke

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sympa-community/sympa/issues/789?email_source=notifications&email_token=AABDCPROV5FYYX5SCWJYE7LQTFRNLA5CNFSM4JKVI6L2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDW52UY#issuecomment-552459603, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDCPV3BKJYSQO2M5MJF63QTFRNLANCNFSM4JKVI6LQ.

-- Ecommerce and Linux consulting + Perl and web application programming. Debian and Sympa administration. Provisioning with Ansible.

racke commented 4 years ago

Work is going on here: https://github.com/racke/docker-sympa-hacks.