Skip to content

Commit 273cb60

Browse files
authored
Merge pull request #7 from Unicon/1.18.4-upgrade
1.18.4 SimpleSAMLPHP upgrade
2 parents 15bcaf6 + 759d45c commit 273cb60

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ RUN yum -y install epel-release \
66
&& yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm \
77
&& yum -y update \
88
&& yum-config-manager --enable remi-php72 \
9-
&& yum -y install httpd mod_ssl php php-ldap php-mbstring php-memcache php-mcrypt php-pdo php-pear php-xml wget \
9+
&& yum -y install httpd mod_ssl wget \
10+
&& yum -y install php php-ldap php-mbstring php-memcache php-mcrypt php-pdo php-pear php-xml \
1011
&& yum -y clean all
1112

12-
RUN ssp_version=1.17.2; \
13-
ssp_hash=0e2fd641e8cba2966437fb64591e28a73fb90bae3bc97949c60a47a5b8c1e80e; \
13+
RUN ssp_version=1.18.4; \
14+
ssp_hash=7530dec7290ba5efaac08cb17042819a96dc530e217c3810cdde9be76d57b2ca; \
1415
wget https://github.com/simplesamlphp/simplesamlphp/releases/download/v$ssp_version/simplesamlphp-$ssp_version.tar.gz \
1516
&& echo "$ssp_hash simplesamlphp-$ssp_version.tar.gz" | sha256sum -c - \
1617
&& cd /var \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![](https://badge.imagelayers.io/unicon/simplesamlphp:latest.svg)](https://imagelayers.io/?images=unicon/simplesamlphp:latest 'image layer analysis')
22

33
## Overview
4-
This Docker image contains a deployed SimpleSAMLphp IdP/SP based on PHP 7.2 running on Appache HTTP Server 2.4 on the latest CentOS 7 base. This image is a base image and should be used to set the content and configuration with local changes. It is suitable for use as a standalone IdP application or as a base to deploy another PHP application that will be protected by the service provider module.
4+
This Docker image contains a deployed SimpleSAMLphp IdP/SP based on PHP 7.2 running on Apache HTTP Server 2.4 on the latest CentOS 7 base. This image is a base image and should be used to set the content and configuration with local changes. It is suitable for use as a standalone IdP application or as a base to deploy another PHP application that will be protected by the service provider module.
55

66
```
77
[rootdir]
@@ -12,7 +12,7 @@ This Docker image contains a deployed SimpleSAMLphp IdP/SP based on PHP 7.2 runn
1212
| |-- log/
1313
| | |-- httpd/ - The log files for Apache HTTP Server
1414
| |-- simplesamlphp/ - The base SimpleSAMLphp directory
15-
| | |-- conf/ - The SimpleSAMLphp configuration directory
15+
| | |-- config/ - The SimpleSAMLphp configuration directory
1616
| |-- www/
1717
| | |-- html/ - The base Apache HTTP Server document root directory
1818
```
@@ -128,7 +128,7 @@ $ docker build --tag="<org_id>/simplesamlphp" github.com/unicon/simplesamlphp-do
128128

129129
## LICENSE
130130

131-
Copyright 2018 Unicon, Inc.
131+
Copyright 2020 Unicon, Inc.
132132

133133
Licensed under the Apache License, Version 2.0 (the "License");
134134
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)