Commits
e11d6fe736
Name already in use
Commits on Mar 18, 2020
-
Still better root DN password management
If the environment variable OLC_ROOT_DN_PASSWORD is set but OLC_ROOT_DN (usually a hash) is not and is set to the Dockerfile default of 'password', then take OLC_ROOT_DN from OLC_ROOT_DN_PASSWORD.
Copy the full SHA e11d6feView commit details
Commits on Mar 16, 2020
-
Add logic to prevent writing of database and email config files
Add logic so that if the environment variable COMANAGE_REGISTRY_NO_DATABASE_CONFIG exists then the entrypoint script will not attempt to create the database.php file. Likewise if COMANAGE_REGISTRY_NO_EMAIL_CONFIG exists then the entrypoint script will not attempt to create the email.php file.
Copy the full SHA 83e8bfdView commit details
Commits on Mar 11, 2020
-
Better root DN password management
If the environment variable OLC_ROOT_DN_PASSWORD is set but OLC_ROOT_DN (usually a hash) is not, then take OLC_ROOT_DN from OLC_ROOT_DN_PASSWORD.
Copy the full SHA e93e857View commit details -
Update comanage-registry-slapd-base base image
Update the base image for comanage-registry-slapd-base to use debian:10.3.
Copy the full SHA b70553aView commit details
Commits on Feb 25, 2020
-
Update build for Shibboleth SP base image
Updated the build for the Shibboleth SP base image to use debian:buster as the base and the appropriate development libraries for that base.
Copy the full SHA fc5edacView commit details
Commits on Feb 19, 2020
-
Updated PHP version for I2 TAP base
Updated the PHP version for the I2 TAP base image to version 7.3.13.
Copy the full SHA 1f5984eView commit details
Commits on Jan 28, 2020
-
Revert mod_auth_openidc to version 2.3.11
Revert mod_auth_openidc to version 2.3.11 after finding with that environment variables for claims are not being set the same in the 2.4.x series.
Copy the full SHA c9a3ad9View commit details
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.
Copy the full SHA 0e25097View commit details -
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.
Copy the full SHA f604d7dView commit details -
Updated PHP base including move to Debian buster.
Updated the base to PHP 7.3.13 and switched to using Debian buster.
Copy the full SHA a2ebb31View commit details
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.
Copy the full SHA 070aff9View commit details -
Added MailHeaderMiddleware to settings.py for mailman-web
Added the MailHeaderMiddleware to settings.py for the mailman-web service.
Copy the full SHA f40e11eView commit details -
Merge pull request #21 from duncan-brown/patch-2
Add missing - to read from stdin
Unverified
No user is associated with the committer email.Copy the full SHA d95df92View commit details -
Merge pull request #22 from duncan-brown/patch-3
Directories on host should start with /srv/docker
Unverified
No user is associated with the committer email.Copy the full SHA 4edf8e2View commit details -
Merge pull request #23 from duncan-brown/mailman_perms
Fix permission on patched code
Unverified
No user is associated with the committer email.Copy the full SHA a23a0a5View commit details -
Merge pull request #24 from mrkday/COMANAGE_REGISTRY_SRC_URL
expose COMANAGE_REGISTRY_SRC_URL as a build arg
Unverified
No user is associated with the committer email.Copy the full SHA c6ca8f9View commit details
Commits on Nov 8, 2019
-
expose COMANAGE_REGISTRY_SRC_URL as a build arg
Mark Day committedNov 8, 2019 Copy the full SHA 91af00eView commit details
Commits on Oct 15, 2019
-
fix permission on patched code
Duncan Brown committedOct 15, 2019 Copy the full SHA 6194f96View commit details
Commits on Oct 9, 2019
-
directories on host should start with /srv/docker
Duncan Brown authored and GitHub committedOct 9, 2019 Unverified
No user is associated with the committer email.Copy the full SHA 252c201View commit details -
Duncan Brown authored and GitHub committed
Oct 9, 2019 Unverified
No user is associated with the committer email.Copy the full SHA 8c04585View commit details
Commits on Oct 8, 2019
-
Merge pull request #18 from duncan-brown/yaml_fix
Fixed missing colon in yaml
Unverified
No user is associated with the committer email.Copy the full SHA 8084b3aView commit details -
Duncan Brown committed
Oct 8, 2019 Copy the full SHA a06672bView commit details
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.
Copy the full SHA 2324ccaView commit details -
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.
Copy the full SHA 302a81fView commit details -
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.
Copy the full SHA 30e5833View commit details -
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).
Copy the full SHA 02dafffView commit details
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).
Copy the full SHA 1636331View commit details -
Updated Dockerfiles for both COmanage Registry base and the I2 TAP base to use PHP version 7.3.6.
Copy the full SHA 7e5d2ccView commit details -
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.
Copy the full SHA 0d6bc3fView commit details
Commits on Jun 12, 2019
-
Inject relayhost configuration for postfix
Added the ability to inject the relayhost configuration for postfix.
Copy the full SHA 006433cView commit details
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.
Copy the full SHA afd84cfView commit details
Commits on Apr 3, 2019
-
Copy the full SHA 0ce0adaView commit details -
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.
Copy the full SHA 66c5da5View commit details
Commits on Feb 21, 2019
-
Changes necessary to ingegrate COmanage Registry with Mailman 3.2.0.
Copy the full SHA e53f518View commit details
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.
Copy the full SHA 5d463b4View commit details