https://github.com/raphiz/drone-php
PHP images for drone.io
https://github.com/raphiz/drone-php
Last synced: 5 months ago
JSON representation
PHP images for drone.io
- Host: GitHub
- URL: https://github.com/raphiz/drone-php
- Owner: raphiz
- Created: 2015-02-23T15:22:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T22:28:35.000Z (over 11 years ago)
- Last Synced: 2025-04-09T19:03:32.363Z (about 1 year ago)
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Images for drone.io CI
Drone requires git to be installed in an image. The standart PHP images do not come with git - so that's what this is about!
Note that only a very small subset of all PHP versions are supported - feel free to contribute if you need one that does not yet exist.
# Currently supported versions
* 5.4.33, 5.4.33-minimal
* 5.5.20, 5.5.20-minimal
# What's included?
The minimal images (with the `-minimal` suffix) inherits from the php docker image. It only installs git (which is the minimal requirement for drone)
The images without the `-minimal` prefix have also the latest version of composer and phpunit installed. This makes your builds faster and cleaner since they do not have to download these tools every thime.