Supported PHP versions and tags

Although the official PHP Docker images have multiple variants, this project currently supports only Debian-based PHP FPM images.

Supported tags

tags

Dockerfile

8.1-fpm, latest

8.1/fpm/Dockerfile

8.0-fpm

8.0/fpm/Dockerfile

7.4-fpm

7.4/fpm/Dockerfile

7.3-fpm

7.3/fpm/Dockerfile

7.2-fpm

7.2/fpm/Dockerfile

7.1-fpm

7.1/fpm/Dockerfile

7.0-fpm

7.0/fpm/Dockerfile

5.6-fpm

5.6/fpm/Dockerfile

You can use any of the above tags to pull a PHP Docker image. If you need PHP 8.1, just run

docker pull rimelek/php:8.1-fpm

You can also get more detauls about the images and tags without pulling them by going to Docker Hub: https://hub.docker.com/r/rimelek/php

Note

You might find some old references to itsziget/php which is the previous name of this image repository. I realize that I can’t just move an image to a different repository and move it back, so I am going to keep that repository indefinitely as an alias of rimelek/php, but it is recommended to use the namespace rimelek, since this is what I will focus on and probably check more frequently.