Docker image based on the official jenkins docker image and the php template from jenkins-php.org.
This image uses PHP 7.0 from the PPA by Ondřej Surý
To use this container simply pull it from the docker repository:
docker pull jaltek/docker-jenkins-php7
followed by
docker run -p 8080:8080 -p 50000:50000 jaltek/docker-jenkins-php7
This image is inspired by and mainly based on iliyan-trifonov/jenkins-ci-php