Commits
0570bca9eb
Name already in use
Commits on Mar 27, 2020
-
First commit of simple development documentation
First commit of instructions for deploying a simple development sandbox using Docker.
Copy the full SHA 0570bcaView commit details -
Prevent sed from creating backup file
Prevent sed from creationg a backup of bootstrap.php when it is edited in place by the entrypoint script.
-
The upstream PostgreSQL image now requires that POSTGRES_PASSWORD be set. This commit sets POSTGRES_PASSWORD to be the value of COMANAGE_REGISTRY_POSTGRES_USER_PASSWORD if not set, or uses the Dockerfile default of password.
Commits on Mar 23, 2020
-
Document COMANAGE_REGISTRY_NO_DATABASE_CONFIG in cron README.md
Document the use of the COMANAGE_REGISTRY_NO_DATABASE_CONFIG environment variable in the README.md file for the cron image.
-
Update main README.md with link to COmanage Registry cron
Update the main README.md documentation page with a link to the documentation for the COmanage Registry cron image.
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.
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.
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.
-
Update comanage-registry-slapd-base base image
Update the base image for comanage-registry-slapd-base to use debian:10.3.
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.
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.
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.
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.