Available Versions:
Images built from php:8.0-fpm
php80-debian
=> Base PHP Imagephp80-debian-octane
=> Including Swoole extension for Laravel Octanephp80-debian-puppeteer
=> With Puppeteer, NodeJS, NPM and Imagick extensionphp80-debian-octane-puppeteer
=> Octane and Puppeteer Images combined
Images built from php:8.0-fpm-alpine
php80-alpine
=> Base PHP Imagephp80-alpine-octane
=> Including Swoole extension for Laravel Octanephp80-alpine-puppeteer
=> With Puppeteer, NodeJS, NPM and Imagick extensionphp80-alpine-octane-puppeteer
=> Octane and Puppeteer Images combined
To build an image:
./build.sh php80-debian
To build and publish an image:
./build.sh php80-debian -p
To build all images:
./build.sh all
To build and publish all images:
./build.sh all -p