token27 / docker-images-php
An easy way to create and maintain PHP Docker images.
Package info
github.com/token27/docker-images-php
Language:Shell
Type:project
pkg:composer/token27/docker-images-php
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
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
-
PHP 7.3
-
PHP 7.2
-
PHP 7.1
Docs
See Documentation.