/docker-hub

Useful docker images PHP, Python, Pg, Node

Primary LanguageDockerfileMIT LicenseMIT

Recipes for Docker images

List of Docker images

  • PHP 8.1, 8.2, 8.3
  • Python 3.10, 3.11, 3.12
  • Node 18, 20
  • Pg (Postgres 16 or TimescaleDB 16 with Replibyte)

Images can be found on Docker Hub

How to use recipes

We use just to build images.

All recipes are in the justfile file.

Examples

Build PHP FPM 8.2

just build_php_fpm 8.2

Build PHP Cli 8.3

just build_php_cli 8.3