Skip to content

Releases: shinsenter/php

5.3.0

21 Aug 03:59
42ca685
Compare
Choose a tag to compare

Version 5.3

  • Only updating Docker images for maintained PHP versions to save resources on scheduled builds.
  • Allow downloading the source code if the value of $INITIAL_PROJECT is a URL to a *.zip or *.tar.gz file.
  • Added Docker images for EspoCRM, Magento Open Source.
  • Added the $SUPERVISOR_PHP_COMMAND variable to allow a custom command that the container will use to serve your application.
  • Added a mechanism called "hooks", to trigger shell scripts during specific events. It will be useful, allowing users to add custom scripts such as migration scripts when the container starts, or after a project is newly created by Composer. I will document it in a later release.
  • Various minor improvements.

5.2.0

10 Aug 07:59
f8fefe9
Compare
Choose a tag to compare

Version 5.2

  • The Docker images with -tidy tags are no longer supported. Please switch to -alpine images.
  • We’re working on improving build speed and resource efficiency.
  • Our new workflow creates two types of Docker images: stable images and development images (with dev- tags).
  • We’ve stopped maintaining Docker images for Crater, FuelPHP, and PHPixie due to their inactive development.
  • You can also easily set up cron jobs through the $CRONTAB_SETTINGS environment variable in the docker-compose.yml file.

5.1.0

01 Aug 11:46
7580639
Compare
Choose a tag to compare

Version 5.1

We have updated the behavior of the environment variables used to change PHP configurations to enhance container performance:

  • By default, the $PHP_* environment variables only take effect when set before starting the container.
  • To dynamically change PHP configurations using $PHP_* environment variables while running commands within the container, you need to start your container with the ALLOW_RUNTIME_PHP_ENVVARS=1 environment variable.

Other updates:

  • Added Docker images for PHP versions 5.6, 7.0, and 8.4-rc.
  • Added Docker images for RoadRunner.
  • Added Docker images for Bedrock, CakePHP 5 and Spiral.
  • Improved SSL configuration for FrankenPHP containers.
  • Removed warning messages from Nginx related to the HTTP2 directive.
  • Fixed read/write permission issues in container directories.
  • Resolved bugs in WordPress containers.
  • Updated descriptions for Docker images on Docker Hub.
  • Updated greeting message content upon container startup.
  • Enhanced GitHub actions for building Docker images.
  • Various minor improvements.

5.0.3

12 Mar 10:36
9c2c44d
Compare
Choose a tag to compare

Added containers for Sulu CMS, updated descriptions for DockerHub repositories.

5.0.2

23 Feb 14:10
ec6aac2
Compare
Choose a tag to compare

Tightened Apache directory permissions to deny access to dotfiles and system directories.
This also fixes #59.

5.0.1

16 Feb 05:34
ed90244
Compare
Choose a tag to compare

We have made some minor improvements to the content of debug messages and variable naming.

5.0.0

15 Feb 02:46
cee2b4a
Compare
Choose a tag to compare

Version 5

We are thrilled to announce the rollout of updated Docker images (v5) built directly from the official PHP images to ensure you get the most up-to-date packages and bug fixes!

Check out the document and available tags on Docker Hub:
https://hub.docker.com/r/shinsenter/php

The -alpine and -tidy tags are lightweight Alpine-based images to speed up your builds and save bandwidth.

These images are updated daily to stay current with the latest PHP, OS, and tooling updates for maximum freshness. We also apply stable version tags on a separate repo for dependable production images:
https://hub.docker.com/r/shinsenter/php-archives/tags

Old image versions (pre v5.x) now have -deprecated tags but will no longer receive updates. See them here:
https://hub.docker.com/r/shinsenter/php/tags?name=-deprecated

I know migration may be difficult for some production setups, but I'm confident we can work together to get your containers switched over to the new images if you share your project details with me. Let me know how I can help.

4.8.0

16 Dec 13:08
Compare
Choose a tag to compare

4.7.0 PHP8.3

04 Dec 01:54
Compare
Choose a tag to compare

4.6.0

07 Nov 07:16
Compare
Choose a tag to compare