Skip to content

docker/comanage-match

c2eec34c4f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code

Latest commit

Edit Dockerfile for the I2 image so that the shibboleth2.xml file
installed by the Shibboleth SP RPM is removed and not present when the
VOLUME is declared. This is necessary so that if the deployer does not
mount in a shibboleth2.xml and instead uses environment variables to
inject configuration details the entrypoint script creates the
shibboleth2.xml file dynamically.
c2eec34

Git stats

Files

Permalink
Failed to load latest commit information.

COmanage Match Docker

These instructions detail how to build and deploy a Dockerized version of COmanage Match, as well as other infrastructure commonly deployed with COmanage Match.

Since COmanage Match is a web application that requires a relational database and an authentication mechanism such as Shibboleth, mod_auth_openidc, or just simple Basic Authentication, this repository includes multiple Dockerfiles to build images that use various combinations of tools.

Evaluate COmanage Match

If you are new to COmanage Match follow these instructions to build and run a simple deployment suitable for evaluating COmanage Match.

Building Images

The following link to detailed instructions for building each individual image. See the next section for links to documentation on how to deploy the images as services.

Deploying Images and Running Services

Since COmanage Match requires a relational database it is commont that multiple images need to be simultanesouly instantiated as containers. Orchestrating multiple containers to create services is easiest using tools such as Docker Compose, Docker Swarm, or Kubernetes.

The images built from Dockerfiles in this repository may be used with any container orchestration platform but the documentation demonstrates how to deploy with Docker Swarm (the simple evaluation scenario above uses Docker Compose).

The following link to detailed instructions for a number of deployment scenarios.

All Documentation

Building Images

Deploying Services

Other

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published