Commits
main
Name already in use
Commits on Nov 2, 2022
-
Fix documentation for basic auth
Fix the documentation for basic auth, specifically the file path containing the mapping from username to hashed passwords.
Copy the full SHA b31073fView commit details
Commits on Aug 30, 2022
-
Remove image default crontab when different user
When the COMANAGE_REGISTRY_CRON_USER environment variable is set remove the the image default crontab file for the www-data user.
Copy the full SHA 65e03a7View commit details
Commits on May 6, 2022
-
Add environment variable for cron job user
Add the environment variable COMANAGE_REGISTRY_CRON_USER to allow the user for which the cron job should run to be injected. The default is still www-data.
Copy the full SHA fc466efView commit details
Commits on Feb 23, 2022
-
Copy the full SHA 3959fb5View commit details
Commits on Jan 7, 2022
-
Add apt-upgrade for the base so that if the underlying Debian that is used for the base of the php image has updates, such as for Apache HTTP Server, they will be picked up even if the base php image has not been rebuilt and already picked them up.
Copy the full SHA 950fe6fView 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 23, 2021
-
Disable the mod_lua.so module to address CVE-2021-44790. See https://access.redhat.com/security/cve/cve-2021-44790.
Copy the full SHA 6fb4371View 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 Oct 28, 2021
-
Better linking against PostgreSQL 13
Better linking against the PostgreSQL 13 libraries for the TAP image.
Copy the full SHA 34f2394View commit details
Commits on Oct 18, 2021
-
Copy the full SHA 3420909View commit details
Commits on Oct 12, 2021
-
Copy the full SHA d177fccView commit details
Commits on Oct 2, 2021
-
Update for 4.0.0 release for Jenkins build
Update for 4.0.0 release for Jenkins build.
Copy the full SHA c17b110View commit details -
Copy the full SHA e2fea15View commit details
Commits on Sep 29, 2021
-
Update build arg for Shibboleth to 3.2.3
Update the build argument for Shibboleth version to 3.2.3.
Copy the full SHA fcaa7c3View commit details
Commits on Sep 23, 2021
-
Update slapd image base to Debian bullseye
Update the slapd image base to use Debian 11 or bullseye and update default build arguments.
Copy the full SHA c408993View commit details
Commits on Sep 13, 2021
-
Update default crontab for 4.0.0 syntax
Update the default crontab to use the 4.0.0 syntax.
Copy the full SHA 09755c7View commit details -
Update TAP images to use PostgreSQL 13 libraries
Update the TAP images to use PostgreSQL 13 libraries.
Copy the full SHA c93516cView commit details -
Update PostgreSQL base to postgres:13-buster
Update the base image for comanage-registry-postgres to be postgres:13-buster.
Copy the full SHA 393d226View 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 Aug 25, 2021
-
Change branch to main in Jenkinsfile
Change branch to main in Jenkinsfile.
Copy the full SHA 5eb6f2bView commit details
Commits on Aug 6, 2021
-
Copy the full SHA fa51250View commit details -
Update voperson.ldif to latest draft 2.0.0 release
Update voperson.ldif to latest draft 2.0.0 release to pick up the voPersonToken attribute used by COmanage Registry 4.0.0.
Copy the full SHA 228751fView commit details -
Update base for slapd base to Debian 10.10
Update base for slapd base to Debian 10.10.
Copy the full SHA 306351bView commit details
Commits on Jul 12, 2021
-
Update Shibboleth SP to version 3.2.3
Update the Shibboleth SP to version 3.2.3.
Copy the full SHA 560cb7fView commit details
Commits on Jun 16, 2021
-
Update version to 3.3.4 for InCommon TAP build
Update version to 3.3.4 for InCommon TAP build.
Copy the full SHA 80df834View commit details
Commits on Jun 15, 2021
-
Update base image for slapd images
Update the base Debian image used for the slapd images.
Copy the full SHA 53933b2View 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 -
Update version to 3.3.3 for InCommon TAP build
Update version to 3.3.3 for InCommon TAP build.
Copy the full SHA 5d16e28View commit details
Commits on May 19, 2021
-
Enable building COmanage Registry from file in build context
Add logic so that if a gzipped tarball with the COmanage Registry source code is in the build context it can be referenced using the build argument COMANAGE_REGISTRY_BUILD_SRC, for example COMANAGE_REGISTRY_BUILD_SRC=file:///tmp/build/comanage.tar.gz This allows building an image using a local copy of the source instead of downloading from GitHub.
Copy the full SHA 8ca5b38View commit details
Commits on Apr 29, 2021
-
Update Shibboleth SP to version 3.2.2
Update the Shibboleth SP to version 3.3.2.
Commits on Mar 18, 2021
-
Update Shibboleth SP to version 3.2.1
Update the Shibboleth SP to version 3.2.1.
Commits on Mar 5, 2021
-
Update version for Jenkins build
Update the necessary files for the Jenkins build for TAP images.
Commits on Feb 13, 2021
-
PHP and Shibboleth SP version increase and rhscl image
Increase the PHP version to 7.3.27 and the Shibboleth SP version to 3.2.0. Change the base for the TAP images from centos:centos7 to rhscl/python-38-centos7 to have the latest version of supervisor run with a supported version of Python.
Commits on Feb 11, 2021
-
Remove the build.sh script since users are seeing it and trying to use it even though it is not referenced from the documentation.