Commits
Commits on Jan 16, 2025
-
Copy the full SHA e4364c9View commit details
Commits on Feb 23, 2022
-
Updates for 4.0.2 release.
Copy the full SHA 3959fb5View commit details
Commits on Jan 5, 2022
-
Better example OIDCRedirectURI
A better example configuration for OIDCRedirectURI in the README.md for the mod_auth_openidc image.
Copy the full SHA ff5b269View commit details
Commits on Dec 7, 2021
-
Update for COmanage Registry 4.0.1 release
Updates for the COmanage Registry 4.0.1 release.
Copy the full SHA bc47b4bView commit details
Commits on Sep 10, 2021
-
Updates for COmanage Registry 4.0.0-rc1
Updates for COmanage Registry 4.0.0-rc1 including updating PHP to 7.3.30 and the Debian base to bullseye.
Copy the full SHA 895cc7eView commit details
Commits on May 24, 2021
-
Update documentation to reflect release 3.3.3
Update the documentation to reflect the release of COmanage Registry version 3.3.3.
Copy the full SHA 610b497View commit details
Commits on Oct 26, 2020
-
Update COmanage Registry version to 3.3.1
Update the COmanage Registry version for the 3.3.1 release.
Copy the full SHA ef9a218View commit details
Commits on Apr 30, 2020
-
Updates for COmanage Registry 3.2.4 release
Updates for the COmanage Registry 3.2.4 release.
Copy the full SHA bd11cedView 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
-
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
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 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
Commits on May 30, 2018
-
Update php image tag to php:7.0-apache-jessie
Update the base image tag from php:7.0-apache to php:7.0-apache-jessie since php:7.0-apache now uses stretch as a base and the package dependencies need to be evolved before just switching to stretch.
Copy the full SHA 7a0285aView commit details -
Copy the full SHA 64a7c1fView commit details
Commits on Apr 24, 2018
-
Copy the full SHA fdfcc07View commit details
Commits on Mar 24, 2018
-
Added .htaccess for mod_auth_openidc for name environment
Added a modified .htaccess file that is COPY'd into the image from the Dockerfile. The modified .htaccess file adds three RewriteRule lines to add environment variables OIDC_CLAIM_NAME_GIVEN, OIDC_CLAIM_NAME_FAMILY, and OIDC_CLAIM_NAME_MIDDLE if the standard OIDC claims are asserted so that they can then be consumed during an enrollment flow as the default value for a name entry such as Name (Official, CO Person).
Copy the full SHA d182d37View commit details
Commits on Nov 8, 2017
-
Force schema update and enable plugin
Add functionality to allow an environment variable to indicate that the COmanage database schema should be updated (./Console/cake database). This is helpful when deploying a new version of the code that does not result in a change in the version number and so upgradeVersion does not fire. An example of this scenario is when new code is introduced in the develop branch but before a release happens. Also add functionality to allow an environment variable to indicate that a non-core plugin should be enabled.
Copy the full SHA 2c718ccView commit details
Commits on Aug 4, 2017
-
Moved registry build later in Dockerfile template
Moved the registry build and all COmanage specific environment varilables later in the Dockerfile template so that more layers can be reused when changing COmanage registry versions.
Copy the full SHA 0bc5b0cView commit details
Commits on Jul 14, 2017
-
Changed layout of COmanage Registry local directory
Changed layout so that /local is a symlink to /srv/comanage-registry/local instead of the other way around so that plugins can easily reference files under /srv/comanage-registry/app such as the StandardController view files add.ctp and edit.ctp.
Copy the full SHA 0ab71bdView commit details
Commits on Jun 12, 2017
-
ServerName for Apache HTTP Server
The ServerName for Apache HTTP Server may now be injected using the environment variable SERVER_NAME. If not injected then the entrypoint scripts will attempt to determine the value for ServerName from the X.509 certificate for HTTPS.
Copy the full SHA ff8b582View commit details -
Removed HTTPS chain configuration
Since the Apache version used in the images is recent enough that SSLCertificateChainFile is obsoleted removed the ability to inject an explicit chain file and updated the documentation to note that the intermediate CA signing certificates should be included with the server certificate sorted from leaf to root.
Copy the full SHA 1e28ad3View commit details
Commits on May 28, 2017
-
Copy the full SHA 8dc5b09View commit details
Commits on Apr 10, 2017
-
Copy the full SHA beced94View commit details