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

Commit ffa730b

Browse files
committed
Merge pull request #39 from jdeathe/master
Release changes ready for centos-6-1.4.0
2 parents 129edf5 + 6012c33 commit ffa730b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# =============================================================================
22
# jdeathe/centos-ssh-apache-php-fcgi
33
#
4-
# CentOS-6, Apache 2.2, PHP 5.3, PHP memcached 1.0, PHP APC 3.1, Composer
4+
# 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:centos-6-1.3.1
7+
FROM jdeathe/centos-ssh-apache-php:centos-6-1.4.0
88

99
MAINTAINER James Deathe <james.deathe@gmail.com>
1010

README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CentOS-6 6.6 x86_64 / Apache / PHP (FastCGI) / PHP memcached / PHP APC / Composer.
1+
CentOS-6 6.7 x86_64 / Apache / PHP (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.6 x86_64, Apache 2.2, PHP 5.3, PHP memcached 1.0, PHP APC 3.1.
4+
Docker Image including CentOS-6 6.7 x86_64, Apache 2.2, PHP 5.3, 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 and/or a configuration data volume.
77

apache-php.app-1.1.1@8080.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ TimeoutStartSec=1200
3232
Environment="MOUNT_PATH_CONFIG=/etc/services-config"
3333
Environment="MOUNT_PATH_DATA=/var/services-data"
3434
Environment="DOCKER_IMAGE_NAME=jdeathe/centos-ssh-apache-php-fcgi"
35-
Environment="DOCKER_IMAGE_TAG=centos-6-1.3.1"
35+
Environment="DOCKER_IMAGE_TAG=centos-6-1.4.0"
3636

3737
# Create a data container for the configuration volume
3838
ExecStartPre=/bin/sudo /bin/bash -c \

0 commit comments

Comments
 (0)