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.9.0
8-
9- MAINTAINER James Deathe <james.deathe@gmail.com>
7+ FROM jdeathe/centos-ssh-apache-php:1.10.0
108
119# -----------------------------------------------------------------------------
1210# FastCGI support
1311# -----------------------------------------------------------------------------
1412RUN rpm --rebuilddb \
1513 && yum -y erase \
16- php-5.3.3-48.el6_8 \
17- && yum --setopt=tsflags=nodocs -y install \
14+ php-5.3.3-49.el6 \
15+ && yum -y install \
16+ --setopt=tsflags=nodocs \
17+ --disableplugin=fastestmirror \
1818 fcgi-2.4.0-12.el6 \
1919 mod_fcgid-2.3.9-1.el6 \
2020 && yum versionlock add \
@@ -26,9 +26,9 @@ RUN rpm --rebuilddb \
2626# -----------------------------------------------------------------------------
2727# Copy files into place
2828# -----------------------------------------------------------------------------
29- ADD opt/scmi \
29+ ADD src/ opt/scmi \
3030 /opt/scmi/
31- ADD etc/systemd/system \
31+ ADD src/ etc/systemd/system \
3232 /etc/systemd/system/
3333
3434# -----------------------------------------------------------------------------
@@ -48,6 +48,7 @@ ENV APACHE_MPM="worker"
4848# -----------------------------------------------------------------------------
4949ARG RELEASE_VERSION="1.9.0"
5050LABEL \
51+ maintainer="James Deathe <james.deathe@gmail.com>" \
5152 install="docker run \
5253--rm \
5354--privileged \
@@ -76,6 +77,6 @@ jdeathe/centos-ssh-apache-php-fcgi:${RELEASE_VERSION} \
7677 org.deathe.license="MIT" \
7778 org.deathe.vendor="jdeathe" \
7879 org.deathe.url="https://github.com/jdeathe/centos-ssh-apache-php-fcgi" \
79- org.deathe.description="CentOS-6 6.8 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.9 x86_64 - Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1."
8081
8182CMD ["/usr/sbin/httpd-startup" , "/usr/bin/supervisord" , "--configuration=/etc/supervisord.conf" ]
0 commit comments