2020-03-23 14:26:13 +07:00
2020-03-23 14:26:13 +07:00
2020-03-23 14:26:13 +07:00
2020-03-23 14:26:13 +07:00
2019-12-11 16:12:24 +07:00
2020-03-23 14:26:13 +07:00

Docker images with php and composer inside

continious integration

Supported versions

  • php 7.4.4
    • xdebug 2.9.0
    • rdkafka 3.1.2
    • timecop 1.2.10
  • php 7.3.16
    • xdebug 2.7.2
    • rdkafka 3.1.2
    • timecop 1.2.10
  • php 7.2.29
    • xdebug 2.7.2
    • rdkafka 3.1.2
    • timecop 1.2.10

Build

To build container just use one of this commands:

make build-72
make build-73
make build-74

Run

After making image run

docker run -it --rm -v `pwd`:/var/www/project -w /var/www/project --user=1000 local-composer:7.* sh

where replace * minor php version.

Description
Dockerized php-cli for simplified usage for local development
Readme 254 KiB
Languages
Dockerfile 90.3%
Makefile 9.7%