Ludovic Cartier 3c6a69fa14
docker / docker (push) Successful in 23s
re-enable options
2026-04-22 14:31:35 +02:00
2026-04-22 14:31:35 +02:00
2026-04-22 14:15:27 +02:00

Debian - Moustache

This project build a custom docker image, which is used by Moustache CI/CD in order to build Symfony and JS sub-project. This build is made with 'catthehacker/ubuntu:act-latest' image (which already has curl / git / docker-cli installed).

Final docker image is based on Debian stable slim, with PHP Sury apt repo, and the following packages:

  • php8.3-cli
  • php8.3-common
  • php8.3-curl
  • php8.3-imagick
  • php8.3-intl
  • php8.3-mbstring
  • php8.3-opcache
  • php8.3-readline
  • php8.3-xml
  • php8.3-zip
  • composer
  • nvm
  • nodejs 22.14.0
  • yarn
  • zip
  • unzip

Schedule

Action runner launch automaticaly a new pipeline every sunday at 5 PM.

S
Description
No description provided
Readme 70 KiB
Languages
Dockerfile 100%