{"id":22008907,"url":"https://github.com/albertcolom/docker-ci-pipeline-php","last_synced_at":"2026-04-19T14:33:18.742Z","repository":{"id":186491633,"uuid":"106003148","full_name":"albertcolom/docker-ci-pipeline-php","owner":"albertcolom","description":"Docker images for continuos integrations in PHP projects","archived":false,"fork":false,"pushed_at":"2017-10-09T11:04:09.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T07:29:56.399Z","etag":null,"topics":["bitbucket-pipelines","continous-deployment","continuous-integration","docker","docker-images","dockerfile","gitlab-ci","php"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/albertcolom/ci-pipeline-php/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albertcolom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-10-06T12:40:08.000Z","updated_at":"2024-04-04T21:16:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"51876368-1bc3-4335-b2f1-1e122563c357","html_url":"https://github.com/albertcolom/docker-ci-pipeline-php","commit_stats":null,"previous_names":["albertcolom/docker-ci-pipeline-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/albertcolom/docker-ci-pipeline-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertcolom%2Fdocker-ci-pipeline-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertcolom%2Fdocker-ci-pipeline-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertcolom%2Fdocker-ci-pipeline-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertcolom%2Fdocker-ci-pipeline-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albertcolom","download_url":"https://codeload.github.com/albertcolom/docker-ci-pipeline-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertcolom%2Fdocker-ci-pipeline-php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259580775,"owners_count":22879722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitbucket-pipelines","continous-deployment","continuous-integration","docker","docker-images","dockerfile","gitlab-ci","php"],"created_at":"2024-11-30T02:07:41.860Z","updated_at":"2026-04-19T14:33:18.640Z","avatar_url":"https://github.com/albertcolom.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"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)\n\n### Supported tags and respective `Dockerfile` links\n\n-  `7.1` [(php/7.1/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/php/7.1/Dockerfile)\n-  `7.1-fpm` [(php-fpm/7.1/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/fpm-php/7.1/Dockerfile)\n-  `7.1-alpine` [(alpine-php/7.1/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/alpine-php/7.1/Dockerfile)\n-  `7.0` [(php/7.0/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/php/7.0/Dockerfile)\n-  `7.0-fpm` [(php-fpm/7.0/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/fpm-php/7.0/Dockerfile)\n-  `7.0-alpine` [(alpine-php/7.0/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/alpine-php/7.0/Dockerfile)\n-  `5.6` [(php/5.6/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/php/5.6/Dockerfile)\n-  `5.6-fpm` [(php-fpm/5.6/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/fpm-php/5.6/Dockerfile)\n-  `5.6-alpine` [(alpine-php/5.6/Dockerfile)](https://github.com/albertcolom/docker-ci-pipeline-php/blob/master/alpine-php/5.6/Dockerfile)\n\n### Pipelines examples\n\n#### Bitbucket examples `.bitbucket-pipelines.yml`\n- [Simple pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/Bitbucket/simple-pipeline-example/bitbucket-pipelines.yml)\n- [Differents images pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/Bitbucket/differents-images-pipeline-example/bitbucket-pipelines.yml)\n- [Differents branchs pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/Bitbucket/differents-branchs-pipeline-example/bitbucket-pipelines.yml)\n\n#### GitLab examples `.gitlab-ci.yml`\n- [Simple pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/GitLab/simple-pipeline-example/.gitlab-ci.yml)\n- [Differents images pipeline example](https://github.com/albertcolom/example-pipeline/blob/master/GitLab/differents-images-pipeline-example/.gitlab-ci.yml)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertcolom%2Fdocker-ci-pipeline-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertcolom%2Fdocker-ci-pipeline-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertcolom%2Fdocker-ci-pipeline-php/lists"}