Releases: shinsenter/php
5.4.0
What's Changed
- [5.x] Move Wordpress installation script to the bootstrap hook by @shinsenter in #131
- [5.x] Fix crontab by @shinsenter in #133
- [5.x] Fix permission for su-exec (Alpine Linux only) by @shinsenter in #134
- [5.x] Request container should be initiated as root by @shinsenter in #135
- [5.x] Improved debug-echo by @shinsenter in #136
- [5.x] Fix error when fixing letsencrypt by @shinsenter in #137
- [5.x] Fix shebang shell by @shinsenter in #138
- [5.x] Allow PHP-FPM pool to run as root by @shinsenter in #141
- [5.x] Do not automatically fix ownership when only .env file created by @shinsenter in #142
- [5.x] Fixed permission correction flow by @shinsenter in #143
- [5.x] Fix Apache rewrite rules not working (#145) by @shinsenter in #146
- [5.x] Added Docker images for InvoiceShelf by @shinsenter in #151
- [5.x] Also tag dev-* images when building production images by @shinsenter in #152
- [5.x] Re-enable cache keys for application builds by @shinsenter in #153
- [5.x] Full build on the first day of every month by @shinsenter in #154
- [5.x] Optimize hooks, create database.sqlite for Laravel-based projects by @shinsenter in #155
- [5.x] Fix magento images (See #159) by @shinsenter in #160
- [5.x] Copy watcher shared library for FrankenPHP images by @shinsenter in #161
- [5.x] Fix #132 by @shinsenter in #162
- [5.x] Use PHP 8.4 for the latest tags by @shinsenter in #163
- [5.x] Remove incompatible build platforms by @shinsenter in #164
Full Changelog: 5.3.0...5.4.0
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.