Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.21 KB

Base Images

This repo contains Docker base image Nix derivations. It provides the following packages:

laravel Laravel base image with the default php version (pkgs.php)
laravelPhp74 same, but using PHP 7.4 (pkgs.php74)
laravelPhp80 same, but using PHP 8.0 (pkgs.php80)
laravelPhp81 same, but using PHP 8.1 (pkgs.php81)
laravelPhp82 same, but using PHP 8.2 (pkgs.php82)
nodejs Node.js base image with the default nodejs version (pkgs.nodejs)
nodejs16 same, but using Node.js 16.x (pkgs.nodejs-16_x)
nodejs18 same, but using Node.js 18.x (pkgs.nodejs-18_x)
nodejs20 same, but using Node.js 20.x (pkgs.nodejs-20_x)

Note that not all of these packages will be supported by all nixpkgs versions including the one locked here, and ultimately depend on what version used in your project, which this nixpkgs input should follow.