It was not easy to build two Docker images in TIER Jenkinsfile
(using docker/util). It seems that tier/mariadb:mariadb10 is OK to be
used with midPoint without any customizations, so we use it.
This repository contains sources for TIER-supported images related to [Evolveum midPoint](http://midpoint.evolveum.com).
This repository contains sources for TIER-supported [midPoint](http://midpoint.evolveum.com) image.
#Images
-`midpoint` contains the midPoint application along with some TIER-specific components: Apache reverse proxy with optional Shibboleth filter and TIER Beacon.
-`midpoint-mariadb` hosts the default MariaDB database tailored to meet midPoint needs. It can be exchanged for another repository implementation.
The image contains the midPoint application along with some TIER-specific components: Apache reverse proxy with optional Shibboleth filter and TIER Beacon.
#Supported tags
These tags apply to both containers:
- latest
- midPoint version-specific tags, e.g. 3.9, 3.9.1, 4.0, etc.
#Content
-`midpoint` directory contains build instructions for both containers (`midpoint`and `midpoint-mariadb`),
-`midpoint` directory contains build instructions for the `midpoint`image along with `docker-compose.yml` showing its basic use,
-`demo` directory contains three demonstration scenarios:
-`shibboleth` to show integration with Shibboleth IdP,
-`postgresql` to show how to change the repository implementation,
@@ -22,7 +19,7 @@ These tags apply to both containers:
Please see specific subdirectories: [midpoint](midpoint) and [demo/complex](demo/complex).
#Documentation
- For the `midpoint` and `midpoint-mariadb` containers themselves please see [Dockerized midPoint](https://spaces.at.internet2.edu/display/MID/Dockerized+midPoint) wiki page.
- For the `midpoint`image and container themselves please see [Dockerized midPoint](https://spaces.at.internet2.edu/display/MID/Dockerized+midPoint) wiki page.
- For the complex demo please see [midPoint - Grouper integration demo](https://spaces.at.internet2.edu/display/MID/midPoint+-+Grouper+integration+demo) wiki page.
This is a work in progress. For its current status please see [Status of the work](https://spaces.at.internet2.edu/display/MID/Status+of+the+work).