Page MenuHomeDevCentral

Merge docker-nginx-php7-fpm branch 'main'
ClosedPublic

Authored by dereckson on Feb 27 2023, 20:29.
Referenced Files
Unknown Object (File)
Sat, Dec 28, 00:15
Unknown Object (File)
Fri, Dec 27, 06:00
Unknown Object (File)
Fri, Dec 27, 00:39
Unknown Object (File)
Sat, Dec 14, 05:12
Unknown Object (File)
Sat, Dec 14, 04:45
Unknown Object (File)
Fri, Dec 13, 06:07
Unknown Object (File)
Dec 6 2024, 03:25
Unknown Object (File)
Nov 28 2024, 18:59

Details

Summary

In T625 / D756 / f9e81e6d5fec, decision was to maintain in // two images,
one for PHP 5.6, one for PHP 7.1.

This choice doesn't seem interesting for PHP 8 as:

  • Docker tags allow to select a precise version
  • The Docker Hub build rules now allow to create a 1.2.3-novolume tag
  • The nasqueron/php-cli image works just fine

It simplifies the maintenance operations and would avoid to have 4 images,
one for PHP CLI, three for nginx-php7-fpm.

To weld the repositories together, this change merges the docker-nginx-php7-fpm
main branch in this main branch.

Diff Detail

Repository
rDPHPFPM Docker image for Nginx, php-fpm
Lint
Lint Not Applicable
Unit
Tests Not Applicable