PHP Symfony Console based on https://github.com/symfony/console
376
PHP CodeSniffer Image based on https://symfony-console.org/
To run the tool on your local working directory for all PHP files under custom/static-plugins do:
docker run -v $PWD:/workdir --workdir /workdir --rm -it bestit/qa-symfony-console:1.0.0
The build is using a docker multi stage build. To release a new version the following steps are required:
tool_version in Dockerfile (amd64) and Dockerfile.arm64v8 (arm64v8)multi-arch-manifest.yaml for both platforms.To test the Dockerfiles locally you can execute this command to build the image on amd64 and arm64 architectures:
docker buildx build --force-rm --no-cache -t qa-symfony-console --platform linux/arm64,linux/amd64 . && docker run -it qa-symfony-console
Content type
Image
Digest
sha256:c1c9beedf…
Size
39.7 MB
Last updated
about 2 years ago
docker pull bestit/qa-symfony-console:5.10.2