light-process
API referenceVariables

DEFAULT IMAGES

const DEFAULT_IMAGES: {
  javascript: "node:20-alpine";
  python: "python:3.12-alpine";
};

Defined in: src/defaults.ts:13

Type Declaration

javascript

readonly javascript: "node:20-alpine" = 'node:20-alpine';

python

readonly python: "python:3.12-alpine" = 'python:3.12-alpine';

On this page