From c4cf8722f0695496e433caadaae2562449620c9b Mon Sep 17 00:00:00 2001 From: Adam W Zheng Date: Thu, 7 Sep 2017 09:56:56 -0500 Subject: [PATCH] Update documentation for 1.14.16 --- 1.14.16/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/1.14.16/README.md b/1.14.16/README.md index afee509..6af68e2 100644 --- a/1.14.16/README.md +++ b/1.14.16/README.md @@ -1,12 +1,11 @@ [![](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 +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) +- [`1.14.16`, `latest` (*1.14.16/Dockerfile*)](https://github.com/Venator-Fox/docker-simplesamlphp/blob/master/1.14.16/Dockerfile) +- [`1.14.15` (*1.14.15/Dockerfile*)](https://github.com/Venator-Fox/docker-simplesamlphp/blob/master/1.14.15/Dockerfile) ### How to use this image -Useless Simple Example: To startup an unconfigured local install with default values, no ssl: - Start a `venatorfox/simplesamlphp` instance, expose port 80. ```console