From 33fa6329a882f4bab855bc88ef1174ee81d1b71b Mon Sep 17 00:00:00 2001 From: lipido Date: Mon, 26 Sep 2022 09:47:16 +0200 Subject: [PATCH] Updates the source image to 20.04, PHP 8 and MySQL 8 In addition, the new source image is not a "latest" image, which is a more unstable tag. --- Dockerfile | 2 +- README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c870624..289c700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mattrayner/lamp:latest-1604 +FROM mattrayner/lamp:0.8.0-2004-php8 ENV PHP_DISPLAY_ERRORS Off ADD run.sh /run.sh diff --git a/README.md b/README.md index 0aef89c..3991010 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # LAMP (Linux/Apache/MySQL/PHP) -This LAMP docker image is based on `mattrayner/lamp:latest-1604` image. +This LAMP docker image is based on `mattrayner/lamp:0.8.0-2004-php8` image. You have more detailed information at https://hub.docker.com/r/mattrayner/lamp/ +This image has the following versions of the LAMP stack: +- Linux: Ubuntu 20.04 +- Apache: 2.4.41 +- MySQL: 8.0.26 +- PHP: 8.0.10 + + # Build the image First, you have to build the docker image. This process has to be done only once. ``` -- 2.18.1