Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T11:04:09.000Z (over 7 years ago)
- Last Synced: 2023-08-06T11:29:28.470Z (over 1 year 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: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![](https://img.shields.io/docker/pulls/albertcolom/ci-pipeline-php.svg)](https://hub.docker.com/r/albertcolom/ci-pipeline-php/ "Click to view the image on Docker Hub") [![Build Status](https://travis-ci.org/albertcolom/docker-ci-pipeline-php.svg?branch=master)](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)