Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 539 Bytes

Readme.md

File metadata and controls

31 lines (19 loc) · 539 Bytes

Recipes for Docker images

List of Docker images

  • PHP 8.1, 8.2, 8.3
  • Python 3.11, 3.12
  • Node 18, 20
  • Pg (Postgres 16, 17 or TimescaleDB 16, 17 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