Commits
0e250971d1
Name already in use
Commits on Jan 20, 2020
-
First commit of COmanage Registry Cron
First commit of COmanage Registry Cron, intended to build a COmanage Registry image that uses cron to execute COmanage Registry JobShell jobs.
-
Update to version 2.4.0.4 of mod_auth_openidc and buster
Updated to use version 2.4.04 of mod_auth_openidc and Debian buster as the base.
-
Updated PHP base including move to Debian buster.
Updated the base to PHP 7.3.13 and switched to using Debian buster.
Commits on Nov 11, 2019
-
Added Django request logging capabilities for mailman-web
Added the django-request-logging package to mailman-web to assist when necessary with debugging by being able to easily log the requests recevied by the mailman-web service.
-
Added MailHeaderMiddleware to settings.py for mailman-web
Added the MailHeaderMiddleware to settings.py for the mailman-web service.
-
Merge pull request #21 from duncan-brown/patch-2
Add missing - to read from stdin
-
Merge pull request #22 from duncan-brown/patch-3
Directories on host should start with /srv/docker
-
Merge pull request #23 from duncan-brown/mailman_perms
Fix permission on patched code
-
Merge pull request #24 from mrkday/COMANAGE_REGISTRY_SRC_URL
expose COMANAGE_REGISTRY_SRC_URL as a build arg
Commits on Nov 8, 2019
-
expose COMANAGE_REGISTRY_SRC_URL as a build arg
Mark Day committedNov 8, 2019
Commits on Oct 15, 2019
-
fix permission on patched code
Duncan Brown committedOct 15, 2019
Commits on Oct 9, 2019
-
directories on host should start with /srv/docker
Duncan Brown authored and GitHub committedOct 9, 2019 -
Duncan Brown authored and GitHub committed
Oct 9, 2019
Commits on Oct 8, 2019
-
Merge pull request #18 from duncan-brown/yaml_fix
Fixed missing colon in yaml
-
Duncan Brown committed
Oct 8, 2019
Commits on Aug 23, 2019
-
Pin upstream httpd image to 2.4.38
Pin the upstream httpd image used for Mailman apache-shib to version 2.4.38 so that he base is debian:stretch-slim.
-
Refactor Shibboleth SP logging configuration
Refactor the Shibboleth SP logging configuration so that default shibd.logger, native.logger, and console.logger with details appropriate for Docker images are in the base and can be easily copied into images. Remove shibd.logger and native.logger from the COmanage Registry and Mailman images as a result.
-
Updated Shibboleth SP template config file
Updated the Shibboleth SP template configuration file to make it consistent with the default example configuration from the Shibboleth SP 3.0.4 release.
-
Remove logger attribute from Shibboleth SP config
Removed the logger attribute from the root element <SPConfig> of the Shibboleth SP configuration template file so that the SP will default to using shibd.logger for out of process (shibd) and native.logger for in proccess (module).
Commits on Jun 27, 2019
-
Updated Mailman 3 for COmanage Registry images to 0.2.3
Updated the Mailman 3 for COmanage Registry images to version 0.2.3 to pick up more recent version of core (3.2.2), postorious (1.2.4), and hyperkitty (1.2.2).
-
Updated Dockerfiles for both COmanage Registry base and the I2 TAP base to use PHP version 7.3.6.
-
Remove shibboleth2.xml template file from I2 TAP image
Remove the shibboleth2.xml template file installed by the RPM from the image so that it is not included when a volume is created from the mount point /etc/shibboleth, which is declared using the VOLUME instruction.
Commits on Jun 12, 2019
-
Inject relayhost configuration for postfix
Added the ability to inject the relayhost configuration for postfix.
Commits on Apr 22, 2019
-
Refactor to use Docker multi-stage builds.
Refactored the Dockerfiles and related tooling to leverage Docker multi-stage build functionality. Also updated base containers to pick up later releases of Apache HTTP Server, PHP, Shibboleth SP, and mod_auth_openidc.
Commits on Apr 3, 2019
-
-
Update Mailman 3 deployment to use SAML
Update the Mailman 3 images and service deployment scripts so that Apache HTTP Server with the Shibboleth SP serves as the web proxy so that the Mailman 3 UI interfaces (Postorius and Hyperkitty) are protected with SAML.
Commits on Feb 21, 2019
-
Changes necessary to ingegrate COmanage Registry with Mailman 3.2.0.
Commits on Nov 29, 2018
-
Fix bug when using the environment variable COMANAGE_REGISTRY_ENABLE_PLUGIN to specify a comma separated list of plugins to enable where the comma separated list was not parsed correctly.
Commits on Nov 13, 2018
-
Add package ca-certificates to slapd base image
Add the ca-certificates package to the slapd base image so that any clients or client libraries that need to call out, such as syncrepl clients, can properly check server TLS certificates and do ldaps://.
Commits on Nov 9, 2018
Commits on Oct 29, 2018
-
Update Postfix entrypoint and main.cf configuration
Update Postfix entrypoint and main.cf configuration file to enable injection of mynetworks configuration so that the proper networks may be enabled or restricted.
Copy the full SHA 565db19View commit details
Commits on Oct 28, 2018
-
Updated Mailman 3 Web build and configuration
Updated Mailman 3 Web Dockerfile to pin version numbers for various django- modules. Updated settings.py configuration to remove all social login providers. Updated login template file to remove links to social providers.
Copy the full SHA 40f4a25View commit details
Commits on Oct 27, 2018
-
Fix server name for Mailman nginx configuration
Removed a hardcoded server name for the Mailman nginx configuration file and replaced with logic to inject the server name based on environment variable.
Copy the full SHA a935a21View commit details
Commits on Oct 22, 2018
-
Default maximum open file descriptors for slapd
Added a default maximum open file descriptors set with ulimit -n for the slapd process. See https://github.com/moby/moby/issues/8231 for a discussion of how this helps decrease the memory used by slapd when running inside a container.
Copy the full SHA f0d42b1View commit details
Commits on Sep 10, 2018
-
Update source URL for santuario
Update the source URL for santuario used by the Shibboleth SP.
Copy the full SHA 7e137d6View commit details