poespas / docker-php

PHP and PHP-FPM multi-arch images for Docker, based on Fedora/Debian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Docker Images

Docker Image Architures PHP Version License

This repository is forked from https://github.com/davidalger/docker-images-php to make the PHP 7.4 Docker images multi-arch. Please refer to the source repository for the original README.

Available Packages

  • PHP FPM: php-fpm:8.1-deb, php-fpm:7.4-deb, php-fpm:7.3-deb, php-fpm:7.2-deb
  • PHP FPM with Loaders: php-fpm-loaders:7.4-deb, php-fpm-loaders:7.3-deb, php-fpm-loaders:7.2-deb

Only PHP 8.1, 7.4, 7.3, and 7.2 is currently available in this project. Please contact the maintainer to request more versions. The loaders packages include both Source Guardian and IonCube loaders. (As of this moment, both the loaders don't have versions for PHP 8.1)

Steps to build new PHP versions

  1. Run "PHP FPM" workflow with the appropriate fpm-bullseye tag from https://github.com/docker-library/docs/tree/master/php#supported-tags-and-respective-dockerfile-links and push to the appropriate version major.minor-deb.
  2. Run "PHP FPM with Loaders" workflow with tags to pull from and push to major.minor-deb.

About

PHP and PHP-FPM multi-arch images for Docker, based on Fedora/Debian

License:MIT License


Languages

Language:Dockerfile 65.9%Language:Shell 34.1%