This is the baseline Docker image for the runphp Serverless PHP Toolkit for Google Cloud Run.
All the documentation and guides are here
Local builds can be performed as follows
docker build \
--platform linux/amd64 \
--build-arg TAG_NAME=dev \
--build-arg BUILD_PHP_VER=8.5.2 \
-t runphp-foundation:dev .