Skip to content

Releases: mattrayner/docker-lamp

v0.9.0

26 Mar 00:37
fc1dd34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

v0.8.0

21 Sep 06:36
24c6203
Compare
Choose a tag to compare

Updates

  • Add Ubuntu 20.04 image
  • Add PHP 8 versions
  • Drop support for 16.04 images
    • No longer able to reliably build an image on 16.04, dependencies are no longer stable

v0.7.0

08 Jun 15:21
Compare
Choose a tag to compare

Fixes

  • #89 Errors in run prevented the image from starting as expected in 18.04

Updates

  • PHPMyAdmin revd to 5.0.2
  • Minor PHP and MySQL updates

v0.6.0

15 Mar 16:06
cd4f1f9
Compare
Choose a tag to compare
  • Add a number of bug fixes to the image creation and run script that prevents PHP version lock-in
  • Update PHP to 7.4, phpMyAdmin to 5.0.1
  • Add a test to ensure #63 does not re-appear

v0.5.0

12 Jun 00:48
Compare
Choose a tag to compare
Stop tag release being run on branches

v0.4.0

22 Aug 11:20
Compare
Choose a tag to compare

Add additional pull requests and features, along with PHP7 image variants.

v0.3.0

17 Oct 15:12
Compare
Choose a tag to compare
  • Changed CLI PHP to 5.6
  • Added Composer
  • Set timezone to Europe/London

v0.2.1

23 Aug 13:14
Compare
Choose a tag to compare

Completing documentation

Let's face it, our documentation was lacking... Now it's not!

We've added full documentation to cover the major usage points of the image, along with a little bit of advice in places.

We also updated our tests!

Before, we were telling people to run the docker images and curl them... But what if your system doesn't have curl? Or you can't because of reasons.

Well, now, our tests run in a container! So they're consistent everywhere!

v0.2.0

22 Aug 17:02
Compare
Choose a tag to compare

Release version 0.2.0

Using both base image 1404 and 1604

v0.2.0-alpha

21 Aug 00:21
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

An initial ALPHA release of a phusion:baseimage based image with all of our requisites installed.