CI - Docker images of prerequisites
Docker images
Docker images of prerequisites usign by Gitlab CI:
- Ubuntu 22.04, PHP 8.1 (Ubuntu packages), Composer, Symfony-CLI, Xdebug and Make
- Ubuntu 22.04, PHP 8.2 (ppa:ondrej/php), Composer, Symfony-CLI, Xdebug and Make
- Ubuntu 24.04, PHP 8.3 (Ubuntu packages), Composer, Symfony-CLI, Xdebug and Make
- Ubuntu 24.04, PHP 8.4 (ppa:ondrej/php), Composer, Symfony-CLI, Xdebug and Make
How to build and push all images to Gitlab container registry?
Configuration
see:
Build all images
cd .gitlab/ci/Dockerfiles
./10_build_all-images.sh
Push all images to Gitlab container registry
cd .gitlab/ci/Dockerfiles
./30_push_all-images.sh