PHP 8.0 + grpc + protobuf + sqlsrv driver + mongodb driver + google cloud cli + supervisor
406
This image was made to deploy PHP code to Google Cloud Kubernetes for background processes supervised by supervisor.
Dockerfile
FROM intrasistema/php80-cli-gle COPY . /workers.intrasistema WORKDIR /workers.intrasistema
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
WORKDIR /www
ENTRYPOINT ["supervisord", "--nodaemon", "--configuration", "/config/supervisord.conf"]
Content type
Image
Digest
sha256:1d6d2ee21…
Size
558.2 MB
Last updated
over 3 years ago
docker pull intrasistema/php80-cli-gke