Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

86 lines (58 loc) · 4.66 KB

Changelog

All notable changes to this project will be documented in this file.

[5.3.0] - 2024-08-20

  • 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] - 2024-08-10

  • 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.

[5.1.0] - 2024-08-01

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] - 2024-03-12

Added Sulu containers, updated descriptions for Docker Hub repositories.

[5.0.2] - 2024-02-23

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

[5.0.1] - 2024-02-16

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

[5.0.0] - 2024-02-15

We are thrilled to announce the rollout of updated Docker images (v5) built directly from the official PHP Docker 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

Contributing

If you find these images useful, consider donating via PayPal or opening an issue on GitHub.

Your support helps maintain and improve these images for the community.

License

This project is licensed under the terms of the GNU General Public License v3.0.

I appreciate you respecting my intellectual efforts in creating them. If you intend to copy or use ideas from this project, please give proper credit.


From Vietnam 🇻🇳 with love.