token27/docker-images-php

An easy way to create and maintain PHP Docker images.

Maintainers

Package info

github.com/token27/docker-images-php

Homepage

Wiki

Language:Shell

Type:project

pkg:composer/token27/docker-images-php

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2021-11-29 05:14 UTC

This package is auto-updated.

Last update: 2026-03-05 15:11:58 UTC


README

An easy way to create and maintain PHP Docker images

Latest Stable Version License Total Downloads

Requirements

The following prerequisites are needed for PHP Docker Images Builder to run.

How to start ?

Set up your Docker Hub Credentials:

export CONTAINER_REGISTRY_USERNAME=[YOUR_USERNAME]
export CONTAINER_REGISTRY_PASSWORD=[YOUR_PASSWORD]

make ci-docker-login

Build, test or push PHP CLI and FPM images:

make build
make test
make push

Build, test or push ONLY PHP CLI images:

make build-cli
make test-cli
make push-cli

Build, test or push ONLY PHP FPM images:

make build-fpm
make test-fpm
make push-fpm
  • PHP 8.0

    • CLI token27/php:cli-8.0
    • CLI DEV token27/php:cli-8.0-dev
    • FPM token27/php:fpm-8.0
    • FPM DEV token27/php:fpm-8.0-dev
  • PHP 7.3

    • CLI token27/php:cli-7.3
    • CLI DEV token27/php:cli-7.3-dev
    • FPM token27/php:fpm-7.3
    • FPM DEV token27/php:fpm-7.3-dev
  • PHP 7.2

    • CLI token27/php:cli-7.2
    • CLI DEV token27/php:cli-7.2-dev
    • FPM token27/php:fpm-7.2
    • FPM DEV token27/php:fpm-7.2-dev
  • PHP 7.1

    • CLI token27/php:cli-7.1
    • CLI DEV token27/php:cli-7.1-dev
    • FPM token27/php:fpm-7.1
    • FPM DEV token27/php:fpm-7.1-dev

Docs

See Documentation.