Releases: shinsenter/php
5.3.0
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
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 thedocker-compose.yml
file.
5.1.0
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 theALLOW_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
Added containers for Sulu CMS, updated descriptions for DockerHub repositories.
5.0.2
5.0.1
We have made some minor improvements to the content of debug messages and variable naming.
5.0.0
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
- Use S6 Overlay v3.1.6.2.
4.7.0 PHP8.3
Added PHP8.3 docker images.
4.6.0
- Use S6 Overlay v3.1.6.0.