Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)