token27 / docker-images-php
An easy way to create and maintain PHP Docker images.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Shell
Type:project
This package is auto-updated.
Last update: 2024-11-05 12:08:20 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.