token27/docker-images-php

An easy way to create and maintain PHP Docker images.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Shell

Type:project

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

This package is auto-updated.

Last update: 2024-04-05 10:56:35 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.