laravel-gcp
This is a base image for Laravel application with many pre-installed php extensions and cli tools
1.3K
The infodeepcube/laravel-gcp repository provides a base Docker image for Laravel applications, enriched with numerous pre-installed PHP extensions and CLI tools. This image is designed to simplify the development and deployment process of Laravel applications, ensuring a consistent and optimized runtime environment.
The image includes the following system dependencies and PHP extensions:
System Dependencies:
pkg-configca-certificatesgnupg, gnupg2openssl, libssl-dev, libcurl4-openssl-devlibonig-devzip, unziplibxml2-devlibzip-devcurlsupervisorlocalesprocpsredis-serverrsyslogsystemctlPHP Extensions:
mongodbredisopenswoole (configured with options: enable-openssl="yes", enable-sockets="no", enable-http2="no", enable-mysqlnd="no", with-postgres="no")opcachesocketspcntl (configured with --enable-pcntl)The Docker image is available under different tags, each corresponding to different architectures, allowing greater flexibility and compatibility with various hardware platforms:
8.3-openswoole: Specific tag for PHP 8.3 with OpenSwoole, optimized for 64-bit (x86_64) architectures.8.3-openswoole-arm64: Tag for PHP 8.3 with OpenSwoole, optimized for ARM 64-bit architectures.To use this image as a base for your Laravel project, you can specify the desired tag in your Dockerfile:
FROM infodeepcube/laravel-gcp:8.3-openswoole
# Add the necessary commands to configure your application
Or, for the specific version for ARM architectures:
FROM infodeepcube/laravel-gcp:8.3-openswoole-arm64
# Add the necessary commands to configure your application
The infodeepcube/laravel-gcp repository offers a versatile and powerful Docker image for developing Laravel applications, with support for different architectures. With pre-installed PHP extensions and CLI tools, it represents an efficient solution for developers and development teams, providing a solid and optimized foundation for any Laravel project.
Content type
Image
Digest
sha256:cb03b944b…
Size
267.7 MB
Last updated
over 1 year ago
docker pull infodeepcube/laravel-gcp:8.3-openswoole