Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
* git

and php ext

* bcmath
* mysqli
* pdo-mysql

It can be used to test a composer based project which uses repositories from git and also as deploy image thanks to ssh and rsync