Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.26 KB

Docker image for pipeline usage

Expanded tooling for PHP pipelines


Docker Pulls


Builds from: thecodingmachine/php with tag $PHP_VER-v4-slim-cli

Features

Currently we're building the following PHP versions:

  • PHP 8.2
  • PHP 8.1
  • PHP 8.0
  • PHP 7.4
  • PHP 7.3
  • PHP 7.2

With these extensions:

  • intl

Composer

  • composer v1 (/usr/local/bin/composer1)
  • composer v2 (/usr/local/bin/composer2)
    • /usr/local/bin/composer is a symbolic link to v2

Additional packages:

Node

We create and tag different images with nodes 12, 14, 16 and 18.

As a default for the legacy images (without explicit node tag), node in version 14 is used.

Note

If your package.json requires a specific NPM version, you may have to set NPM_CONFIG_ENGINE_STRICT to false in your environment to get NodeJS to ignore that.

License

MIT