From a4de148609f8809a33228ba6e0413244da0db19b Mon Sep 17 00:00:00 2001 From: Adam W Zheng Date: Wed, 6 Sep 2017 15:38:09 -0500 Subject: [PATCH 1/4] Fix typo in issues link --- 1.14.15/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.14.15/README.md b/1.14.15/README.md index 9efbbd6..09f8108 100644 --- a/1.14.15/README.md +++ b/1.14.15/README.md @@ -118,7 +118,7 @@ Default CONFIG_MEMCACHESTORESERVERS format, 2 pair of 2 example. Use this templa ### Maintenance This is being actively maintained and is running in production. -Please [create an issue](https://github.com/Venator-Fox/docker-simpleasmlphp/issues) if needed or if additional variables/features are desired. +Please [create an issue](https://github.com/Venator-Fox/docker-simplesamlphp/issues) if needed or if additional variables/features are desired. ### Todos - Figure out logging to docker stdio From 5965729cea0c40c239fe2db85de45600a902f24d Mon Sep 17 00:00:00 2001 From: Adam W Zheng Date: Wed, 6 Sep 2017 15:54:27 -0500 Subject: [PATCH 2/4] Fix typo phpsession --- 1.14.15/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.14.15/README.md b/1.14.15/README.md index 09f8108..0b4f7db 100644 --- a/1.14.15/README.md +++ b/1.14.15/README.md @@ -127,7 +127,7 @@ Please [create an issue](https://github.com/Venator-Fox/docker-simplesamlphp/iss ### More Complex/Practical Compose Example, IdP SSL Termination with HAProxy This example will run HAProxy with snakeoil SSL termination for https://localhost. -It will also bring up 4 memcached containers, 2 pairs of 2, for php session. +It will also bring up 4 memcached containers, 2 pairs of 2, for phpsession. This is useful for running a SimpleSAMLphp cluster via some orchestration service such as Rancher. Since SimpleSAMLphp will not care about the webroot, an entry to the hosts file can be added to whatever for testing. From 1b0a40404fdfa4372be28a1bec18d89473953029 Mon Sep 17 00:00:00 2001 From: Adam W Zheng Date: Wed, 6 Sep 2017 16:07:12 -0500 Subject: [PATCH 3/4] Add Shields to Docker README.md --- 1.14.15/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1.14.15/README.md b/1.14.15/README.md index 0b4f7db..ff6bb4e 100644 --- a/1.14.15/README.md +++ b/1.14.15/README.md @@ -1,3 +1,4 @@ +[![](https://images.microbadger.com/badges/version/venatorfox/simplesamlphp:1.14.15.svg)](https://microbadger.com/images/venatorfox/simplesamlphp:1.14.15 "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/venatorfox/simplesamlphp:1.14.15.svg)](https://microbadger.com/images/venatorfox/simplesamlphp:1.14.15 "Get your own image badge on microbadger.com") [![Pulls on Docker Hub](https://img.shields.io/docker/pulls/venatorfox/simplesamlphp.svg)](https://hub.docker.com/r/venatorfox/simplesamlphp) [![Stars on Docker Hub](https://img.shields.io/docker/stars/venatorfox/simplesamlphp.svg)](https://hub.docker.com/r/venatorfox/simplesamlphp) [![GitHub Open Issues](https://img.shields.io/github/issues/Venator-Fox/docker-simplesamlphp.svg)](https://github.com/Venator-Fox/docker-simplesamlphp/issues) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ### Supported tags and respective `Dockerfile` links - [`1.14.15`, `latest` (*1.14.15/Dockerfile*)](https://github.com/Venator-Fox/docker-simplesamlphp/blob/master/1.14.15/Dockerfile) From 94b014c97030e1c0ce6293db3749c0048a716863 Mon Sep 17 00:00:00 2001 From: Adam W Zheng Date: Wed, 6 Sep 2017 16:08:12 -0500 Subject: [PATCH 4/4] Add Shields to Git README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a93a460..15853a1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![](https://images.microbadger.com/badges/version/venatorfox/simplesamlphp:1.14.15.svg)](https://microbadger.com/images/venatorfox/simplesamlphp:1.14.15 "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/venatorfox/simplesamlphp:1.14.15.svg)](https://microbadger.com/images/venatorfox/simplesamlphp:1.14.15 "Get your own image badge on microbadger.com") [![Pulls on Docker Hub](https://img.shields.io/docker/pulls/venatorfox/simplesamlphp.svg)](https://hub.docker.com/r/venatorfox/simplesamlphp) [![Stars on Docker Hub](https://img.shields.io/docker/stars/venatorfox/simplesamlphp.svg)](https://hub.docker.com/r/venatorfox/simplesamlphp) [![GitHub Open Issues](https://img.shields.io/github/issues/Venator-Fox/docker-simplesamlphp.svg)](https://github.com/Venator-Fox/docker-simplesamlphp/issues) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ### About this Repo This is the Git repo for the Docker image [venatorfox/simplesamlphp](https://hub.docker.com/r/venatorfox/simplesamlphp/). Please view the [Docker Hub Page](https://hub.docker.com/r/venatorfox/simplesamlphp/) for the full readme on how to use this Docker image.