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

Commit 8747638

Browse files
committed
Release changes for 2.2.3, 1.13.3
1 parent 7bf64b8 commit 8747638

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Summary of release changes.
66

7-
### 2.2.3 - Unreleased
7+
### 2.2.3 - 2019-10-08
88

99
- Deprecate Makefile target `logs-delayed`; replaced with `logsdef`.
1010
- Updates source image to [2.6.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.6.1).

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM jdeathe/centos-ssh:2.6.1
44
ARG PACKAGE_NAME="app"
55
ARG PACKAGE_PATH="/opt/${PACKAGE_NAME}"
66
ARG PACKAGE_RELEASE_VERSION="0.14.0"
7-
ARG RELEASE_VERSION="2.2.2"
7+
ARG RELEASE_VERSION="2.2.3"
88

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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Tags and respective `Dockerfile` links
22

3-
- [`2.2.2`](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/releases/tag/2.2.2), `centos-7` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-7/Dockerfile)
4-
- [`1.13.2`](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/releases/tag/1.13.2), `centos-6` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-6/Dockerfile)
3+
- [`2.2.3`](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/releases/tag/2.2.3), `centos-7` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-7/Dockerfile)
4+
- [`1.13.3`](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/releases/tag/1.13.3), `centos-6` [(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.2
28+
jdeathe/centos-ssh-apache-php-fcgi:2.2.3
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.2
93+
jdeathe/centos-ssh-apache-php-fcgi:2.2.3
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.2
207+
jdeathe/centos-ssh-apache-php-fcgi:2.2.3
208208
```
209209

210210
##### APACHE_MPM

0 commit comments

Comments
 (0)