From 86e095535f56270de8638e87f00ae3dc438ddbba Mon Sep 17 00:00:00 2001 From: Hans Rakers Date: Wed, 8 Jul 2020 15:29:36 +0200 Subject: [PATCH] Add current versions and some more info --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf3e9ab..4244567 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # docker-php-5.3 -PHP-5.3.29 in a Ubuntu 16.04 container for legacy applications. Loosely based on the last official php Dockerfile for PHP-5.3, -it uses a multi-stage build for compilation of OpenSSL 1.0 and PHP. +PHP-5.3.29 in a Ubuntu 18.04 container for legacy applications. Loosely based on the last official php Dockerfile for PHP-5.3, +it uses a multi-stage build for compilation of OpenSSL 1.0, curl and PHP. + +## But... Why? + +Because we have some legacy Symfony apps running that will eventually be phased out, and are not worth rewriting. These apps can now be isolated, allowing us to keep the underlying OS up-to-date. + +## Current versions used +* Ubuntu 18.04 +* PHP 5.3.29 +* OpenSSL 1.0.2u +* Curl 7.71.1 +* MySQL 5.7.30 + +See the [README](https://github.com/docker-library/docs/blob/master/php/README.md) of the official PHP Docker image for information on how to use this image.