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

Commit 90800cc

Browse files
authored
Merge pull request #149 from jdeathe/issue/148
CLOSES #148: Updates image source to 1.11.0.
2 parents 622468f + 085dc3b commit 90800cc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

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

55
Summary of release changes for Version 1.
66

7-
CentOS-6 6.9 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1.
7+
CentOS-6 6.10 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1.
8+
9+
### 1.11.0 - Unreleased
10+
11+
- Updates image source to [1.11.0](https://github.com/jdeathe/centos-ssh-apache-php/releases/tag/1.11.0).
812

913
### 1.10.6 - 2018-06-21
1014

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# CentOS-6, Apache 2.2, PHP 5.3, PHP Memcached 1.0, PHP APC 3.1.
55
#
66
# =============================================================================
7-
FROM jdeathe/centos-ssh-apache-php:1.10.6
7+
FROM jdeathe/centos-ssh-apache-php:1.11.0
88

99
# -----------------------------------------------------------------------------
1010
# FastCGI support
@@ -77,6 +77,6 @@ jdeathe/centos-ssh-apache-php-fcgi:${RELEASE_VERSION} \
7777
org.deathe.license="MIT" \
7878
org.deathe.vendor="jdeathe" \
7979
org.deathe.url="https://github.com/jdeathe/centos-ssh-apache-php-fcgi" \
80-
org.deathe.description="CentOS-6 6.9 x86_64 - Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1."
80+
org.deathe.description="CentOS-6 6.10 x86_64 - Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1."
8181

8282
CMD ["/usr/sbin/httpd-startup", "/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.9 x86_64 - Apache / PHP-CGI (FastCGI) / PHP memcached / PHP APC.
1+
CentOS-6 6.10 x86_64 - Apache / PHP-CGI (FastCGI) / PHP memcached / PHP APC.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
centos-ssh-apache-php-fcgi
22
==========================
33

4-
Docker Image including CentOS-6 6.9 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1.
4+
Docker Image including CentOS-6 6.10 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1.
55

66
Apache PHP web server, loading only a minimal set of Apache modules by default. Supports custom configuration via environment variables.
77

0 commit comments

Comments
 (0)