Docker image for CircleCI projects using PHP.
1.4K
Docker image with useful tools for
PHPprojects. Works fine in CircleCI and GitLab CI.
aws-cli/1.16.70 Python/2.7.15 Linux/4.9.125-linuxkit botocore/1.12.60awscurlcfn-lint 0.18.1Docker version 18.06.1-ce, build e68fc7aPHP 7.2.20Composer version 1.8.6 2019-06-11 15:03:05PHPUnit 7.5.13# Dockerfile
FROM sbstjn/php
jobs:
checkout:
docker:
- image: sbstjn/php
# Clone repository
$ > git clone [email protected]:sbstjn/docker-php.git
$ > cd docker-php
# Build container
$ > docker build .
# Start bash and test your environment
$ > docker run -it --entrypoint /bin/bash <container-id>
Feel free to use the code, it's released using the MIT license.
You are welcome to contribute to this project! 😘
To make sure you have a pleasant experience, please read the code of conduct. It outlines core values and beliefs and will make working together a happier experience.
Content type
Image
Digest
Size
179.4 MB
Last updated
about 7 years ago
docker pull sbstjn/php