CI/CD image for PHP. PHP with battery
1.7K
PHP images with composer, phpcd ready to use for CI/CD
security checker
composer
phpcd
Depending on the PHP version used, choose one of the images
# PHP 8.4
surbakti/impal:8.4
# PHP 8.3
surbakti/impal:8.3
# PHP 8.2
surbakti/impal:8.2
# PHP 8.1
surbakti/impal:8.1
image: surbakti/impal:8.2
stages:
- linting
- phpcd
- security-checker
linting:
stage : linting
script:
- pwd
- find . -name \*.php -type f -exec php -l {} \; | if grep -v "No syntax errors detected"; then exit 1; fi
phpcpd:
stage: phpcd
script:
- phpcd . --min-lines=30
Content type
Image
Digest
sha256:ed55f8bc9…
Size
130.8 MB
Last updated
17 days ago
docker pull surbakti/impal:8.5