Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit ba8ece7

Browse files
committed
Release changes for 1.13.2 and 2.2.2.
1 parent 6049b9d commit ba8ece7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Summary of release changes.
66

7-
### 1.13.2 - Unreleased
7+
### 1.13.2 - 2019-08-05
88

99
- Updates php-hello-world to [0.14.0](https://github.com/jdeathe/php-hello-world/releases/tag/0.14.0).
1010
- Adds PHP 5 applicable session settings into service configuration.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM jdeathe/centos-ssh:1.11.0
44
ARG PACKAGE_NAME="app"
55
ARG PACKAGE_PATH="/opt/${PACKAGE_NAME}"
66
ARG PACKAGE_RELEASE_VERSION="0.14.0"
7-
ARG RELEASE_VERSION="1.13.1"
7+
ARG RELEASE_VERSION="1.13.2"
88

99
# ------------------------------------------------------------------------------
1010
# Base install of required packages

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Tags and respective `Dockerfile` links
22

3-
- `centos-7`, `2.2.1` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-7/Dockerfile)
4-
- `centos-6`, `1.13.1` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-6/Dockerfile)
3+
- `centos-7`, `2.2.2` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-7/Dockerfile)
4+
- `centos-6`, `1.13.2` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-6/Dockerfile)
55

66
## Overview
77

@@ -25,7 +25,7 @@ $ docker run -d \
2525
--name apache-php.1 \
2626
-p 8080:80 \
2727
-e "APACHE_SERVER_NAME=app-1.local" \
28-
jdeathe/centos-ssh-apache-php-fcgi:2.2.1
28+
jdeathe/centos-ssh-apache-php-fcgi:2.2.2
2929
```
3030

3131
Go to `http://{{docker-host}}:8080` using a browser where `{{docker-host}}` is the host name of your docker server and, if all went well, you should see the "Hello, world!" page.
@@ -90,7 +90,7 @@ $ docker stop apache-php.1 && \
9090
--env "APACHE_SERVER_NAME=app-1.local" \
9191
--env "APACHE_SSL_PROTOCOL=All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1" \
9292
--env "PHP_OPTIONS_DATE_TIMEZONE=Europe/London" \
93-
jdeathe/centos-ssh-apache-php-fcgi:2.2.1
93+
jdeathe/centos-ssh-apache-php-fcgi:2.2.2
9494
```
9595

9696
#### Environment Variables
@@ -204,7 +204,7 @@ $ docker stop apache-php.1 && \
204204
--env "APACHE_SERVER_ALIAS=app-1" \
205205
--env "APACHE_SERVER_NAME=app-1.local" \
206206
--env "APACHE_MOD_SSL_ENABLED=true" \
207-
jdeathe/centos-ssh-apache-php-fcgi:2.2.1
207+
jdeathe/centos-ssh-apache-php-fcgi:2.2.2
208208
```
209209

210210
##### APACHE_MPM

0 commit comments

Comments
 (0)