Skip to content

Releases: llaville/docker-php-toolbox

1.0.0

01 Dec 06:56
Compare
Choose a tag to compare

After 3 alpha, and 3 beta version, we are proud to announce to final stable release 1.0.0

Don't forget to read the documentation, and have a look on ROADMAP if you want to learn more about it's contents, especially if you're DevilBox users, and want Docker images compatible.

1.0.0-beta.3

12 Nov 16:21
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Changed

  • upgrade docker-php-extension-installer to version 1.4.0
  • url of composer PHAR distribution in resources/tools/composer.json
  • support to PHP 8.1.0 RC6
  • yaml extension 2.2.2 add support to PHP 8.1

1.0.0-beta.2

11 Oct 11:31
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Added

  • new specialized command (phive-install) to install PHP Application from a PHAR archive

Tools

Changed

  • upgrade docker-php-extension-installer to version 1.2.65
  • yarn tool is no more installed by default
  • uploadprogress extension support now PHP 8.0

Fixed

Removed

  • drop support of uopz extension (too much trouble (segmentation fault) with others extensions)
  • drop support of yamllint tool, because it can be replaced by Mega-Linter

1.0.0-beta.1

09 Sep 09:24
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

new ROADMAP

Added

Tools

Fixed

  • file download url of mhsendmail tool

Third alpha version of prototype

30 Aug 07:16
Compare
Choose a tag to compare
Pre-release

Third prototype version with following contents (+9 tools):
new ROADMAP

The next release will be the first beta (beta.1), planned for 9 September 2021.

Second alpha version of prototype

14 Aug 08:13
Compare
Choose a tag to compare
Pre-release

Second prototype version with following contents (+40 extensions, +5 tools):

https://github.com/llaville/docker-php-toolbox/blob/3d4408aab3ff0af7e6f9b9d0fce7b1261d5ae103/ROADMAP.md

See Changelog for details.

Profiling

with :

  • Docker version 20.10.7, build f0df350 - BuildKit enabled
  • install-php-extensions v.1.2.55

With cold cache

bin/toolkit.php build:image -f ./Dockerfiles/mods/Dockerfile -B 7422 -vvv --profile 7.4 --no-cache

 [OK] The local/php-fpm:7.4-mods tagged image was built with Dockerfile found in ./Dockerfiles/mods/Dockerfile.7422


Time: 34.79 minutes, Memory: 6.00Mb

With hot cache

bin/toolkit.php build:image -f ./Dockerfiles/mods/Dockerfile -B 7422 -vvv --profile 7.4

 [OK] The local/php-fpm:7.4-mods tagged image was built with Dockerfile found in ./Dockerfiles/mods/Dockerfile.7422

Time: 2.98 seconds, Memory: 6.00Mb

First alpha version of prototype

07 Aug 07:22
Compare
Choose a tag to compare