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

Commit b83fb44

Browse files
committed
Release changes for 1.12.0 and 2.1.0.
1 parent c7ad479 commit b83fb44

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Summary of release changes for Version 1.
66

77
CentOS-6 6.10 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1.
88

9-
### 1.12.0 - Unreleased
9+
### 1.12.0 - 2019-04-14
1010

1111
- Updates image source to [1.12.0](https://github.com/jdeathe/centos-ssh-apache-php/releases/tag/1.12.0).
1212
- Adds patched version of `httpd-wrapper` to fix setting user ownership.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM jdeathe/centos-ssh-apache-php:1.12.0
22

3-
ARG RELEASE_VERSION="1.11.1"
3+
ARG RELEASE_VERSION="1.12.0"
44

55
# ------------------------------------------------------------------------------
66
# - Base install of required packages

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Apache PHP web server, loading only a minimal set of Apache modules by default.
99

1010
## Overview & links
1111

12-
- `centos-7`, `centos-7-2.0.1`, `2.0.1` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-7/Dockerfile)
13-
- `centos-6`, `centos-6-1.11.1`, `1.11.1` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-6/Dockerfile)
12+
- `centos-7`, `centos-7-2.1.0`, `2.1.0` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-7/Dockerfile)
13+
- `centos-6`, `centos-6-1.12.0`, `1.12.0` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-6/Dockerfile)
1414

1515
#### centos-6
1616

17-
The latest CentOS-6 based release can be pulled from the centos-6 Docker tag. It is recommended to select a specific release tag - the convention is `centos-6-1.11.1` or `1.11.1` for the [1.11.1](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/1.11.1) release tag.
17+
The latest CentOS-6 based release can be pulled from the centos-6 Docker tag. It is recommended to select a specific release tag - the convention is `centos-6-1.12.0` or `1.12.0` for the [1.12.0](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/1.12.0) release tag.
1818

1919
#### centos-7
2020

21-
The latest CentOS-7 based release can be pulled from the centos-7 Docker tag. It is recommended to select a specific release tag - the convention is `centos-7-2.0.1` or `2.0.1` for the [2.0.1](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/2.0.1) release tag.
21+
The latest CentOS-7 based release can be pulled from the centos-7 Docker tag. It is recommended to select a specific release tag - the convention is `centos-7-2.1.0` or `2.1.0` for the [2.1.0](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/2.1.0) release tag.
2222

2323
This build of [Apache](https://httpd.apache.org/), (httpd CentOS package), uses the [mod_fcgid](https://httpd.apache.org/mod_fcgid/) module to run [PHP](http://php.net/) as a [FastCGI](http://www.fastcgi.com/) process.
2424

@@ -47,7 +47,7 @@ $ docker run -d \
4747
--name apache-php.1 \
4848
-p 8080:80 \
4949
-e "APACHE_SERVER_NAME=app-1.local" \
50-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1
50+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0
5151
```
5252

5353
Now point your browser to `http://{docker-host}:8080` where `{docker-host}` is the host name of your docker server and, if all went well, you should see the "Hello, world!" page.
@@ -97,10 +97,10 @@ $ docker run \
9797
--volume /:/media/root \
9898
--env BASH_ENV="" \
9999
--env ENV="" \
100-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1 \
100+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0 \
101101
/usr/sbin/scmi install \
102102
--chroot=/media/root \
103-
--tag=1.11.1 \
103+
--tag=1.12.0 \
104104
--name=apache-php.1
105105
```
106106

@@ -115,10 +115,10 @@ $ docker run \
115115
--volume /:/media/root \
116116
--env BASH_ENV="" \
117117
--env ENV="" \
118-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1 \
118+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0 \
119119
/usr/sbin/scmi uninstall \
120120
--chroot=/media/root \
121-
--tag=1.11.1 \
121+
--tag=1.12.0 \
122122
--name=apache-php.1
123123
```
124124

@@ -133,10 +133,10 @@ $ docker run \
133133
--volume /:/media/root \
134134
--env BASH_ENV="" \
135135
--env ENV="" \
136-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1 \
136+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0 \
137137
/usr/sbin/scmi install \
138138
--chroot=/media/root \
139-
--tag=1.11.1 \
139+
--tag=1.12.0 \
140140
--name=apache-php.1 \
141141
--manager=systemd \
142142
--register \
@@ -160,7 +160,7 @@ To see detailed information about the image run `scmi` with the `--info` option.
160160
$ eval "sudo -E $(
161161
docker inspect \
162162
-f "{{.ContainerConfig.Labels.install}}" \
163-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1
163+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0
164164
) --info"
165165
```
166166

@@ -170,7 +170,7 @@ To perform an installation using the docker name `apache-php.2` simply use the `
170170
$ eval "sudo -E $(
171171
docker inspect \
172172
-f "{{.ContainerConfig.Labels.install}}" \
173-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1
173+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0
174174
) --name=apache-php.2"
175175
```
176176

@@ -180,7 +180,7 @@ To uninstall use the *same command* that was used to install but with the `unins
180180
$ eval "sudo -E $(
181181
docker inspect \
182182
-f "{{.ContainerConfig.Labels.uninstall}}" \
183-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1
183+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0
184184
) --name=apache-php.2"
185185
```
186186

@@ -191,15 +191,15 @@ With the addition of install/uninstall image labels it is possible to use [Proje
191191
_NOTE:_ A prerequisite of the following examples is that the image has been pulled (or loaded from the release package).
192192

193193
```
194-
$ docker pull jdeathe/centos-ssh-apache-php-fcgi:1.11.1
194+
$ docker pull jdeathe/centos-ssh-apache-php-fcgi:1.12.0
195195
```
196196

197197
To see detailed information about the image run `scmi` with the `--info` option. To see all available `scmi` options run with the `--help` option.
198198

199199
```
200200
$ sudo -E atomic install \
201201
-n apache-php.3 \
202-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1 \
202+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0 \
203203
--info
204204
```
205205

@@ -208,14 +208,14 @@ To perform an installation using the docker name `apache-php.3` simply use the `
208208
```
209209
$ sudo -E atomic install \
210210
-n apache-php.3 \
211-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1
211+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0
212212
```
213213

214214
Alternatively, you could use the `scmi` options `--name` or `-n` for naming the container.
215215

216216
```
217217
$ sudo -E atomic install \
218-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1 \
218+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0 \
219219
--name apache-php.3
220220
```
221221

@@ -224,7 +224,7 @@ To uninstall use the *same command* that was used to install but with the `unins
224224
```
225225
$ sudo -E atomic uninstall \
226226
-n apache-php.3 \
227-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1
227+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0
228228
```
229229

230230
#### Environment Variables
@@ -353,7 +353,7 @@ $ docker run -d \
353353
--env "APACHE_SERVER_NAME=app-1.local" \
354354
--env "APACHE_MOD_SSL_ENABLED=true" \
355355
--volume apache-php.1.data-tls:/etc/pki/tls \
356-
jdeathe/centos-ssh-apache-php-fcgi:1.11.1
356+
jdeathe/centos-ssh-apache-php-fcgi:1.12.0
357357
```
358358

359359
##### APACHE_MPM

0 commit comments

Comments
 (0)