https://github.com/albertcolom/docker-ci-pipeline-php
Docker images for continuos integrations in PHP projects
https://github.com/albertcolom/docker-ci-pipeline-php
bitbucket-pipelines continous-deployment continuous-integration docker docker-images dockerfile gitlab-ci php
Last synced: 4 months ago
JSON representation
Docker images for continuos integrations in PHP projects
- Host: GitHub
- URL: https://github.com/albertcolom/docker-ci-pipeline-php
- Owner: albertcolom
- Created: 2017-10-06T12:40:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T11:04:09.000Z (about 8 years ago)
- Last Synced: 2025-03-23T07:29:56.399Z (9 months ago)
- Topics: bitbucket-pipelines, continous-deployment, continuous-integration, docker, docker-images, dockerfile, gitlab-ci, php
- Homepage: https://hub.docker.com/r/albertcolom/ci-pipeline-php/
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://hub.docker.com/r/albertcolom/ci-pipeline-php/ "Click to view the image on Docker Hub") [](https://travis-ci.org/albertcolom/docker-ci-pipeline-php)
### Supported tags and respective `Dockerfile` links
- `7.1` [(php/7.1/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/php/7.1/Dockerfile)
- `7.1-fpm` [(php-fpm/7.1/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/fpm-php/7.1/Dockerfile)
- `7.1-alpine` [(alpine-php/7.1/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/alpine-php/7.1/Dockerfile)
- `7.0` [(php/7.0/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/php/7.0/Dockerfile)
- `7.0-fpm` [(php-fpm/7.0/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/fpm-php/7.0/Dockerfile)
- `7.0-alpine` [(alpine-php/7.0/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/alpine-php/7.0/Dockerfile)
- `5.6` [(php/5.6/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/php/5.6/Dockerfile)
- `5.6-fpm` [(php-fpm/5.6/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/fpm-php/5.6/Dockerfile)
- `5.6-alpine` [(alpine-php/5.6/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/alpine-php/5.6/Dockerfile)
### Pipelines examples
#### Bitbucket examples `.bitbucket-pipelines.yml`
- [Simple pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/Bitbucket/simple-pipeline-example/bitbucket-pipelines.yml)
- [Differents images pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/Bitbucket/differents-images-pipeline-example/bitbucket-pipelines.yml)
- [Differents branchs pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/Bitbucket/differents-branchs-pipeline-example/bitbucket-pipelines.yml)
#### GitLab examples `.gitlab-ci.yml`
- [Simple pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/GitLab/simple-pipeline-example/.gitlab-ci.yml)
- [Differents images pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/GitLab/differents-images-pipeline-example/.gitlab-ci.yml)