All Projects → graze → docker-php-alpine

graze / docker-php-alpine

Licence: MIT license
minimal (ish) php images in alpine

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to docker-php-alpine

docker-php7
A docker image with php 7 and extensions (apc, apcu, intl, mcrypt,...)
Stars: ✭ 16 (-44.83%)
Mutual labels:  alpine
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (-41.38%)
Mutual labels:  alpine
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (-10.34%)
Mutual labels:  alpine
php-mssql-alpine
Docker image with Microsoft SQL Server Driver into php image alpine
Stars: ✭ 28 (-3.45%)
Mutual labels:  alpine
youtube-dl-docker
Download with youtube-dl using command line arguments or a configuration file + Automated updates
Stars: ✭ 44 (+51.72%)
Mutual labels:  alpine
docker-tinc
Docker Tinc VPN Mesh server w/S6 Overlay Init, Zabbix Monitoring, and distributed configuration updating based on Alpine
Stars: ✭ 35 (+20.69%)
Mutual labels:  alpine
docker-njs
Pure njs(Nginx JavaScript) Docker image, more convenient for development and debugging.
Stars: ✭ 16 (-44.83%)
Mutual labels:  alpine
docker-alpine
Minimal Alpine with working init process
Stars: ✭ 21 (-27.59%)
Mutual labels:  alpine
docker-mongodb-backup
Docker MongoDB Backup Container based on Alpine w/S6 init, Zabbix Monitoring
Stars: ✭ 27 (-6.9%)
Mutual labels:  alpine
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (+20.69%)
Mutual labels:  alpine
cicd-images
Images used internally for running continuous integration/delivery tasks
Stars: ✭ 19 (-34.48%)
Mutual labels:  alpine
docker-alpine-sshd
A lightweight OpenSSH Docker Image built atop Alpine Linux.
Stars: ✭ 108 (+272.41%)
Mutual labels:  alpine
varnish
Varnish docker container image
Stars: ✭ 55 (+89.66%)
Mutual labels:  alpine
static-php-cli
Build single static PHP binary in linux, build with PHP project together, with Swoole and other popular extensions included.
Stars: ✭ 129 (+344.83%)
Mutual labels:  alpine
docker-dind-awscli
A Docker image for Docker-in-Docker (dind) with AWS CLI v2 awscli tool included
Stars: ✭ 36 (+24.14%)
Mutual labels:  alpine
mtproxy
Alpine-based Docker Image for Telegram MTProto Proxy
Stars: ✭ 89 (+206.9%)
Mutual labels:  alpine
docker-php-base
Docker Base Image with PHP 7.4
Stars: ✭ 29 (+0%)
Mutual labels:  alpine
Dockerfiles
These are Dockerfiles I've created for programs without official docker image.
Stars: ✭ 24 (-17.24%)
Mutual labels:  alpine
php
Generic PHP docker container images
Stars: ✭ 121 (+317.24%)
Mutual labels:  alpine
docker-freescout
Dockerized Freescout Helpdesk
Stars: ✭ 92 (+217.24%)
Mutual labels:  alpine

PHP Alpine Base Images

Build Status Docker Pulls Image Size

Public image for php in alpine with a set of common extensions

Images

PHP Modules

apcu (PHP 7.0 +), bcmath, Core, ctype, curl, date, dom, ev, fileinfo, filter, hash, iconv (with a fix), intl, json, libxml, mbstring, memcached, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, readline, Reflection, session, SimpleXML, soap, sockets, sodium (PHP 7.2 +), SPL, standard, tokenizer, xml, xmlreader, xmlwriter, yaml (not PHP 7.0), Zend OPcache, zip, zlib

Testing Images

Testing images are the same as the standard, but with xdebug (php 5.6) or phpdbg (php 7.* and 8.*)

Testing PHP Modules

All of the above modules, xdebug (PHP 5.6 only, PHP 7.0+ uses phpdbg)

Dev

make build-quick
make tag test

Pulling

docker pull graze/php-alpine

Usage

docker run --rm graze/php-alpine -v $(pwd):/srv php some/script.php

Running with phpdbg

docker run --rm graze/php-alpine:test -v $(pwd):/srv phpdbg7 some/script.php
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].