Commits
00206ef083
Name already in use
Commits on Jul 8, 2020
Commits on May 31, 2020
-
Update the issue template to point to the I2 JIRA.
-
Abstract credential to use for repository
Abstract the credential to use for the repository instead of assuming it is of the form dockerhub-$maintainer, and set it by default to be dockerhub-tier.
-
Adding Jenkinsfile and dependencies for automated builds
Adding Jenfinsfile and dependencies for automated builds of the TAP image.
Commits on May 28, 2020
-
-
Add a temporary pull request template
Add a temporary pull request template in advance of moving the repository.
-
Add note about RAM needed for building Shibboleth SP base
Added a note about the amount of RAM needed for building the Shibboleth SP from source as part of building the Shib SP base image.
-
Add note in OpenLDAP slapd documentation about exposing ports
Per a suggestion from Duncan Brown add a note to the documentation "Adding OpenLDAP for COmanage Registry" about exposing the slapd ports.
-
Merge pull request #20 from duncan-brown/shib-sp-ver-fix
[DocFix] Correct environment variables for tags in build instructions
-
Merge pull request #27 from duncan-brown/mm-fix
use MM_HOSTNAME to set hostname and lmtp_host
Commits on May 12, 2020
-
Loop over Apache mirrors for xerces-c and xml-security-c
Loop over a list of Apache mirrors for xerces-c and xml-security-c source to handle errors with any specific mirror site being unavailable.
Commits on May 1, 2020
-
Begin change to move Internet2 TIER to InCommon TAP
Changed some text but not actual links to move Internet2 TIER to InCommon TAP.
-
Updated InCommon TAP image doc
Updated the InCommon TAP image documentation to make a distinction between the build and run details.
-
Update the COmanage Registry version in I2 image doc
Update the COmanage Registry version number in the I2 image documentation.
Commits on Apr 30, 2020
-
Updates for COmanage Registry 3.2.4 release
Updates for the COmanage Registry 3.2.4 release.
Commits on Apr 22, 2020
-
Updated README.md documentation for Shibboleth SP base
Updated the README.md documentation for the Shibboleth SP base image.
-
Update Shibboleth SP to version 3.1.0
Update the Shibboleth SP base image and the default for the COmanage Registry Shibboleth SP image to use version 3.1.0 of the Shibboleth SP.
Commits on Apr 14, 2020
-
use MM_HOSTNAME to set hostname and lmtp_host
Duncan Brown committedApr 14, 2020
Commits on Apr 8, 2020
-
Fix typo in documentation for simple development sandbox
Fix a typo in the documentation for simple development sandbox.
Commits on Apr 5, 2020
-
Fix typos with SetEnv configuration directives.
Fix typos with the SetEnv configuration directives so that they match the defaults for EnvSource configuration.
Commits on Mar 31, 2020
-
Add further details on simple development sandbox
Added a note that one can add a username used in basic auth that mocks up what the Shibboleth SP or other authentication module will populate into REMOTE_USER.
-
Added details for simple development sandbox
Added details to the documentation for the simple development sandbox for how to add more test users and how to mock up Apache CGI environment variables.
Commits on Mar 30, 2020
-
Add documentation for Mac OS user and update version
Add documentation with an example directory a Mac OS user would use when making a directory for database state, as part of the simple development sandbox instructions. Also update the version to 3.2.3 for the evaluation documenation.
Commits on Mar 27, 2020
-
First commit of simple development documentation
First commit of instructions for deploying a simple development sandbox using Docker.
-
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.
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