This repository provides docker images in move:elevator TYPO3 projects. It is not meant to be used anywhere else.
- PHP 8.4 with Composer
- PHP 8.4 with Composer (slim)
- PHP 8.5 with Composer
- PHP 8.5 with Composer (slim)
- PHP 8.5 with Composer and Node 24
- PHP 8.5 with Composer and Node 24 (slim)
The slim variants omit python3-pip and the legacy db-sync-tool/file-sync-tool Python packages. Use them once your project has migrated to konradmichalik/php-sync-tool.
Use the desired image in your docker-compose.yml file or .gitlab-ci.yml file:
image: ghcr.io/move-elevator/php8.4-composer:latestThis project is licensed under GNU General Public License 3.0 (or later).