Sign inSign up

columbusinteractive/php-parallel

By columbusinteractive

•Updated about 2 months ago

Image
0

10K+

columbusinteractive/php-parallel repository overview

Docker PHP Images logo ⁠

Docker PHP images

GitHub Workflow Status Source link Authors link Docker Pulls License


Docker images built on top of the official PHP images⁠ (ZTS) with the addition of some common and useful extensions, installed with mlocati/docker-php-extension-installer⁠. You can find these images on the Docker Hub⁠ (and if you're reading this file, you're probably already there).

An automated build is set up, so they should be always up-to-date with the Dockerfiles in the GitHub repository⁠.

Also see our base image: columbusinteractive/php⁠

⁠Available tags

  • 8.2, 8.2-alpine
  • 8.1, 8.1-alpine
  • 8.0, 8.0-alpine

⁠Installed extensions

The following modules and extensions have been enabled, in addition to those you can already find in our base image⁠:

  • parallel

⁠Composer

Composer v2 is installed globally in all images. Please refer to their documentation⁠ for usage hints.

In case you want to use Composer v1, add the following to your Dockerfile:

COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer

This will overwrite Composer v2 with Composer v1 from their official docker image.

⁠Contributing

If you find an issue, or have a special wish not yet fulfilled, please open an issue on GitHub⁠ providing as many details as you can (the more you are specific about your problem, the easier it is for us to fix it).

Pull requests are welcome, too! Please, run make build and make test before attempting a pull request. Also, it would be nice if you could stick to the best practices for writing Dockerfiles⁠.


⁠License

Docker PHP Images is released under the MIT⁠ license.

⁠Origin

This repository and it's files are based on the work of chialab/docker-php⁠

Tag summary

Content type

Image

Digest

sha256:f02609d5d…

Size

232.7 MB

Last updated

about 2 months ago

docker pull columbusinteractive/php-parallel:8.0