Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alar77/php-docker-image
Small image to be used as bibucket pipeline container (mysqli bcmath added)
https://github.com/alar77/php-docker-image
Last synced: 7 days ago
JSON representation
Small image to be used as bibucket pipeline container (mysqli bcmath added)
- Host: GitHub
- URL: https://github.com/alar77/php-docker-image
- Owner: alar77
- License: mit
- Created: 2019-02-23T09:54:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T12:13:33.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T12:12:52.462Z (about 2 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php
[![Docker](https://github.com/alar77/php-docker-image/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/alar77/php-docker-image/actions/workflows/docker-publish.yml)Small image to be used as bibucket pipeline container
It's based on Docker Official PHP image https://hub.docker.com/_/php
I added
* openssh
* rsync
* bash
* gitand php ext
* bcmath
* mysqli
* pdo-mysqlIt can be used to test a composer based project which uses repositories from git and also as deploy image thanks to ssh and rsync