PHP-FPM Alpine images with Phalcon Framework pre-installed (PHP 8.2/7.3 with Phalcon 5.7/3.4)
1.5K
Alpine-based PHP-FPM Docker images with Phalcon Framework pre-installed.
8.2.19-phalcon5.7.0-alpine: Specific version tag8.2-phalcon5-alpine: Generic version taglatest: Latest stable versionFeatures:
7.3.33-phalcon3.4.5-alpine: Specific version tag7.3-phalcon3-alpine: Generic version tagFeatures:
FROM fvildoso/php-phalcon:8.2.19-phalcon5.7.0-alpine
# Add your application code
COPY . /var/www/html/
FROM fvildoso/php-phalcon:7.3.33-phalcon3.4.5-alpine
# Add your application code
COPY . /var/www/html/
The Dockerfile for each version is available in its respective directory:
php8.2-phalcon5/Dockerfilephp7.3-phalcon3/DockerfileYou can build the images locally using:
# For PHP 8.2 + Phalcon 5.7.0
docker build -t php-phalcon:8.2.19-phalcon5.7.0-alpine ./php8.2-phalcon5
# For PHP 7.3 + Phalcon 3.4.5
docker build -t php-phalcon:7.3.33-phalcon3.4.5-alpine ./php7.3-phalcon3
This project is licensed under the MIT License - see the LICENSE file for details.
Content type
Image
Digest
sha256:d34302bd0…
Size
136 MB
Last updated
10 months ago
docker pull fvildoso/php-phalcon:7.3-phalcon3-alpine