https://github.com/cakebake/docker-ci
Docker images for CI
https://github.com/cakebake/docker-ci
docker gitlab-ci php travis-ci
Last synced: about 2 months ago
JSON representation
Docker images for CI
- Host: GitHub
- URL: https://github.com/cakebake/docker-ci
- Owner: cakebake
- License: mit
- Created: 2019-04-03T08:59:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T08:39:47.000Z (over 5 years ago)
- Last Synced: 2025-02-23T16:14:40.922Z (over 1 year ago)
- Topics: docker, gitlab-ci, php, travis-ci
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-ci
=========
[](https://travis-ci.org/cakebake/docker-ci)
Docker images for CI.
PHP 7.4
-------
Based on `webdevops/php-apache-dev:7.4-alpine`: https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-apache-dev.html
With
- ioncube
- composer
- phpunit
- node
- npm
- lessc
- sass
- ssh
- wget
- curl
- mariadb-client
### Docker Pull
```bash
docker pull cakebake/ci:php7.4
```
License
-------
[MIT License](LICENSE)