Skip to content

Releases: PHPExpertsInc/dockerize

Version 11.0.0

02 May 00:52
e4bfd3e
Compare
Choose a tag to compare

Changes since the last release...

v11.0.0

  • [2024-09-07 17:20:00 CDT] [m] Added license and copyright clauses to files.
  • [2024-09-07 17:20:24 CDT] Added initial steps for creating a distroless PHP image. origin/v11.0
  • [2024-09-07 18:55:07 CDT] [major] Upgraded to Ubuntu 24.04 Noble Numbat.
  • [2024-09-07 18:55:45 CDT] Fixed a major reversion in web-debug by readding php-fpm.

v10.0.3

  • [2024-06-29 10:13:12 CDT] [php-ci] Dynamically fetch and compute the supported PHP versions from the composer.json.
  • [2024-06-29 10:20:39 CDT] [php-ci] Use phpunit's default config if there aren't version-specific xmls.
  • [2024-06-29 10:20:48 CDT] [php-ci] Added support for PHPUnit v11.
  • [2024-06-29 10:31:50 CDT] Create a Packagist alias to phpexperts/dockerise for SEO.

v10.0.2

  • [2024-06-26 00:57:05 CDT] Added my php-ci.sh script.

v10.0.0: Self-hosted 100% 0-Dependency Bash installer

  • [2024-05-24 07:40:15 CDT] Added a comprehensive zero-dependency Bash-via-curl installer.
  • [2024-05-24 07:31:26 CDT] Added a mechanism for finding the first open HTTP port for nginx. master
  • [2024-05-24 07:30:16 CDT] Redis removed v7.3 from docker; switched to v7.2.

v9.2.1

  • [2024-05-23 08:17:00 CDT] Upgraded to MariaDB 10.11, Redis 7.3, and Postgres 16. 2.0, ]

v9.2.0

  • [2024-05-21 21:31:26 CDT] Configured it so that composer will run the install script.

v9.1.2

  • [2024-05-21 06:27:48 CDT] Fixes docker logs being truncated. origin/v9.

v9.1.1

  • [2024-01-16 03:15:49 CST] [major] Fixed a critical bug that prevented the dockerized php CLI from running in projects with a defined network.
  • [2024-01-14 14:22:31 CST] Fixed the Docker installer.
  • [2024-01-14 14:13:58 CST] Renamed the installer.
  • [2024-01-14 14:12:02 CST] Switched the installer from wget to curl.

v9.1.0: New zero-dependency Bash Installer

  • [2024-01-14 07:06:07 CST] Added a zero-PHP-dependency Bash installer.
  • [2024-01-14 07:04:47 CST] Added support for Linux ACLs in the base Linux image.
  • [2024-01-14 07:03:35 CST] Fixed docker building bugs in base-oracle.

v9.0.1

  • [2024-01-14 06:40:56 CST] [major] Fixed a critical bug that prevented the dockerized php CLI from running in new projects.

v9.0.0: Version 9.0.0: New full PHP image, Oracle ext-oci8, and a new build system.

  • [2024-01-13 23:04:49 CST] Added the Oracle ext-oci8 binaries, built against Ubuntu 22.04.
  • [2024-01-13 22:51:39 CST] Added a docker build that contains the Oracle DB's ext-oci8 extension.
  • [2024-01-13 22:50:16 CST] Added wget to the base PHP image.
  • [2024-01-12 17:30:47 CST] Refactored IonCube builds so that the extension is only downloaded once.
  • [2024-01-12 14:49:27 CST] Added a full docker build that contains every bundled PHP extension, and then some.

v8.2.0

  • [2024-01-12 05:58:13 CST] Removed Ubuntu's apt files to save space in the base image.
  • [2024-01-07 09:30:00 CST] Fixed the building of the ioncube images.
  • [2024-01-07 03:28:00 CST] [major] Fixed the broken web images.
  • [2023-12-05 10:10:39 CST] Added PHP v8.3 support.
  • [2023-12-05 10:09:40 CST] Added a PHP version test script.

v8.1.0

  • [2023-07-23 03:21:22 CDT] Now Dockerize PHP will run in the container, if it's running, or create a temp one if it's not.
  • [2023-05-19 05:35:27 CDT] Updated to PHP v8.0.28, v8.1.19, and v8.2.6.
  • [2023-05-19 05:30:36 CDT] Changed the default image from PHP v7.4 to v8.0.
  • [2023-02-03 07:19:37 CST] Majorly refactored so that it executes a persistent container for native launch speeds.

v8.0.1

  • [2023-01-20 21:58:20 CST] Fixed the problem that prevented the web images from being successfully built.

v8.0.0

  • [2022-08-11 00:37:03 CDT] Boosted the default version of PHP to 8.1.
  • [2022-08-11 00:37:33 CDT] Added PHP v8.2 support. master
  • [2023-01-17 06:59:14 CST] Cleaned up the build script so that it tags instead of building duplicate images.
  • [2023-01-17 07:00:57 CST] Improved the Linux base image build.
  • [2023-01-17 08:46:09 CST] Explicitly set the default PHP version to 8.1.
  • [2023-01-17 07:41:52 CST] Now, PHP will be launched from a continuously-running container for much faster runtimes at the expense of about 130 MB per container.
  • [2023-01-17 08:57:42 CST] Added support for PHP 8.2.

v7.2.1

  • [2022-06-18 00:05:57 CDT] Show all of the output of docker build, not just the last 6 lines.
  • [2022-06-18 00:10:05 CDT] Upgraded to Ubuntu 22.04 Jammy Jellyfish.

v7.2.0

  • [2021-12-27 12:05:54 CST] Use the official PHP 8.1 builds now.
  • [2021-12-27 12:06:15 CST] Include ext-imap and ext-ssh2.
  • [2021-12-27 17:18:50 CST] (#10) Added support for the Ioncube Decoder.
  • [2021-12-27 17:22:18 CST] Force the rebuilding of the Linux base image, for an up-to-date OS.
  • [2021-12-27 17:26:25 CST] Added basic automated tests.

v7.1.2

  • [2021-12-24 23:27:47 CST] Added support for composer v2.2.0+.

v7.1.1

  • [2021-12-24 16:09:16 CST] Added xdebug support for PHP 8.1.
  • [2021-12-24 16:09:02 CST] Upgraded to PHP v7.4.27, 8.0.14, and 8.1.1.
  • [2021-12-24 15:36:38 CST] Fixed the ability of selecting the PHP version via the .env file.

v7.1.0

  • [2021-12-10 08:32:27 CST] Added install support for PHP 5.6, 8.0, and 8.1.
  • [2021-11-18 04:13:15 CST] Added the ability to configure the Docker platform via the .env.
  • [2021-11-18 04:10:49 CST] Upgraded the config files for Xdebug v3.0.

Version 7.0: Major improvements + PHP 8.1 support

07 Nov 15:23
ea73b98
Compare
Choose a tag to compare
  • [2021-11-02 15:47:49 CDT] PHP 8.1 RC5.
  • [2021-11-01 08:08:36 CDT] Dramatically reduced total build time from 33 minutes to 11 minutes.
  • [2021-11-01 06:24:52 CDT] Embedded composer into the php container.
  • [2021-11-01 06:00:30 CDT] Run the native PHP when inside docker.
  • [2021-07-29 07:13:12 CDT] Set the PHP memory_limit to unlimited by default.
  • [2021-07-29 07:07:35 CDT] Fixed the building of xdebug.
  • [2021-06-21 07:10:58 CDT] Added git and ssh for private packages supoprt.

Dockerized PHP Stack: 7.2.3

18 Dec 14:36
972db1b
Compare
Choose a tag to compare

Added PHP 7.3.0.

Dockerized PHP Stack: 7.2.3

07 Mar 17:09
9141f7c
Compare
Choose a tag to compare

v1.2.0: 2018-03-07

  • [2018-02-04] Upgraded the stack:

    • PHP v7.2.3
    • Nginx v1.10.3 [unchanged]
    • Redis v3.2.11
    • PostgreSQL v9.6.7
    • MariaDB 10.3.4 [unchanged]
  • [2018-02-21] Added support for multiple nginx vhosts.

  • [2018-02-21] Added support for SSL certificates and unlimited custom
    nginx configuration.

  • [2018-02-21] Added the bcmath PHP extension.

  • [2018-02-21] [internal] Created a Makefile for the creation of release files.

  • [2018-02-21] [internal] Consolidated the common docker files.