Unicon/shibboleth-sp-dockerized

Name: shibboleth-sp-dockerized

Owner: Unicon, Inc.

Description: A Shibboleth Service Provider (SP) base-image

Created: 2016-05-19 21:40:34.0

Updated: 2018-05-22 19:08:35.0

Pushed: 2018-04-27 20:52:08.0

Homepage: null

Size: 11

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Overview

This Docker image is Apache 2.4 with Shibboleth SP 2.6.0 installed running on CentOS 7.

This image can be used as a base image overriding the configuration with local changes.

Ports 80 and 443 are exposed for traffic.

A working example of how this image can be used can be found at https://github.com/UniconLabs/dockerized-idp-testbed.

Logs

Logs for httpd and shibd have been configured to output to the console so that Docker's logging facilities are supported. Each of these logs have been prefaced with an identifier that indicates the type of entry being outputted: httpd-error, httpd-combined, sp-shibd, sp-native, sp-transaction, sp-sign, etc.

Use as a Base

This image is ideal for use as a base image for one's own deployment.

For example, add your SP configurations to ./shibboleth-sp and you app files to ./appfiles/.

Next, assuming the Dockerfile is similar to this example:

 unicon/shibboleth-sp

/shibboleth-sp/ /etc/shibboleth/
/appfiles/ /var/www/html/ 

This will take the base image that is available in the Docker repository and download it. Next, it overrides all of the base files with your local configuration.

The dependant image can be built by running:

er build --tag="<org_id>/<image_name>" .

Now, just execute the new image:

cker run -dP --name="app-local-test" <org_id>/<image_name> 
Building

From source:

cker build --tag="<org_id>/shibboleth-sp" github.com/unicon/shibboleth-sp-dockerized
Author
LICENSE

Copyright 2016 Unicon, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.