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

Commit 33d2322

Browse files
authored
Merge pull request #203 from jdeathe/issue/188
CLOSES #188: Updates documentation and related info.
2 parents 96a76bc + f559aeb commit 33d2322

File tree

5 files changed

+85
-286
lines changed

5 files changed

+85
-286
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Change Log
22

3-
## centos-6
3+
## 1 - centos-6
44

5-
Summary of release changes for Version 1.
6-
7-
CentOS-6 6.10 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1.
5+
Summary of release changes.
86

97
### 1.13.0 - Unreleased
108

119
- Updates description in `centos-ssh-apache-php-fcgi.register@.service`.
10+
- Updates CHANGELOG.md to simplify maintenance.
11+
- Updates README.md to simplify contents and improve readability.
12+
- Updates README-short.txt to apply to all image variants.
13+
- Updates Dockerfile `org.deathe.description` metadata LABEL for consistency + include PHP redis module.
1214
- Adds `.env` files to `.gitignore` for exclusion from version control.
1315
- Removes unused `DOCKER_PORT_MAP_TCP_22` variable from environment includes.
1416

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jdeathe/centos-ssh-apache-php-fcgi:${RELEASE_VERSION} \
8585
org.deathe.license="MIT" \
8686
org.deathe.vendor="jdeathe" \
8787
org.deathe.url="https://github.com/jdeathe/centos-ssh-apache-php-fcgi" \
88-
org.deathe.description="CentOS-6 6.10 x86_64 - Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP redis 2.2, PHP APC 3.1."
88+
org.deathe.description="Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP redis 2.2, PHP APC 3.1 - CentOS-6 6.10 x86_64."
8989

9090
CMD ["/usr/bin/supervisord", "--configuration=/etc/supervisord.conf"]

README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CentOS-6 6.10 x86_64 - Apache / PHP-CGI (FastCGI) / PHP memcached / PHP APC.
1+
Apache PHP-CGI (FastCGI) - CentOS.

0 commit comments

Comments
 (0)