This repository was archived by the owner on Jul 2, 2024. It is now read-only.
centos-6-1.8.0
·
101 commits
to centos-6-develop
since this release
CentOS-6 6.8 x86_64 - Apache / PHP-CGI (FastCGI) / PHP memcached / PHP APC.
Release changes
- Changes source to release 1.8.0.
- Adds installation of php-hello-world app from external release source.
- Adds UseCanonicalName On httpd setting.
- Adds reduced Dockerfile build layers for installing PHP app package.
- Adds startup script
/usr/sbin/httpd-startup
used to initialise environment variables; paths that are relative are expanded to absolute and the hostname placeholder is replaced with the container's hostname. This logic has been moved out of the Apache wrapper script so it can be set globally and made available when accessing the container interactively. - Adds package php-hello-world 0.4.0.
- Adds update browser screenshots to documentation.
Download then load the docker image using:
$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.8.0.tar.xz | docker load