All Projects → wodby → php

wodby / php

Licence: MIT license
Generic PHP docker container images

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
Makefile
30231 projects
Roff
2310 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php

docker-nfs4
Simple containerized NFS v4 server running on Alpine Linux
Stars: ✭ 19 (-84.3%)
Mutual labels:  alpine
docker-alpine-sshd
A lightweight OpenSSH Docker Image built atop Alpine Linux.
Stars: ✭ 108 (-10.74%)
Mutual labels:  alpine
varnish
Varnish docker container image
Stars: ✭ 55 (-54.55%)
Mutual labels:  alpine
mtproxy
Alpine-based Docker Image for Telegram MTProto Proxy
Stars: ✭ 89 (-26.45%)
Mutual labels:  alpine
cicd-images
Images used internally for running continuous integration/delivery tasks
Stars: ✭ 19 (-84.3%)
Mutual labels:  alpine
docker-mongodb-backup
Docker MongoDB Backup Container based on Alpine w/S6 init, Zabbix Monitoring
Stars: ✭ 27 (-77.69%)
Mutual labels:  alpine
docker-squid
Squid in docker container based on Alpine Linux
Stars: ✭ 44 (-63.64%)
Mutual labels:  alpine
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (-78.51%)
Mutual labels:  alpine
mysqlclient
the mysqlclient Docker image (based on python:3.8.5-alpine3.12) https://github.com/PyMySQL/mysqlclient-python
Stars: ✭ 20 (-83.47%)
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 (-71.07%)
Mutual labels:  alpine
docker-php7
A docker image with php 7 and extensions (apc, apcu, intl, mcrypt,...)
Stars: ✭ 16 (-86.78%)
Mutual labels:  alpine
php-mssql-alpine
Docker image with Microsoft SQL Server Driver into php image alpine
Stars: ✭ 28 (-76.86%)
Mutual labels:  alpine
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (-85.95%)
Mutual labels:  alpine
docker-njs
Pure njs(Nginx JavaScript) Docker image, more convenient for development and debugging.
Stars: ✭ 16 (-86.78%)
Mutual labels:  alpine
docker-freescout
Dockerized Freescout Helpdesk
Stars: ✭ 92 (-23.97%)
Mutual labels:  alpine
docker-logstash-alpine
Alpine Linux based Logstash Docker Image
Stars: ✭ 50 (-58.68%)
Mutual labels:  alpine
youtube-dl-docker
Download with youtube-dl using command line arguments or a configuration file + Automated updates
Stars: ✭ 44 (-63.64%)
Mutual labels:  alpine
docker-dind-awscli
A Docker image for Docker-in-Docker (dind) with AWS CLI v2 awscli tool included
Stars: ✭ 36 (-70.25%)
Mutual labels:  alpine
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (-71.07%)
Mutual labels:  alpine
docker-php-base
Docker Base Image with PHP 7.4
Stars: ✭ 29 (-76.03%)
Mutual labels:  alpine

PHP Docker Container Images

Build Status Docker Pulls Docker Stars

Table of Contents

Docker Images

For better reliability we release images with stability tags (wodby/php:8.1-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

About images:

Supported tags and respective Dockerfile links:

-dev

Images with -dev tag have a few differences:

  • sudo allowed for all commands for wodby user
  • PHP source code available under /usr/src/php.tar.xz
  • PHP_FPM_CLEAR_ENV is set to no by default
  • Additional packages installed: yarn
  • Blackfire CLI installed

-dev-macos

Same as -dev but the default user/group wodby has uid/gid 501/20 to match the macOS default user/group ids.

Supported architectures

All images built for linux/amd64 and linux/arm64

Environment Variables

PHP and PHP-FPM configuration

The default configuration not recommended for use for production environment:

Variable 8.1 8.0 7.4
PHP_ALLOW_URL_FOPEN On On On
PHP_APCU_ENABLE_CLI 0 0 0
PHP_APCU_ENABLED 1 1 1
PHP_APCU_ENTRIES_HINT 4096 4096 4096
PHP_APCU_COREDUMP_UNMAP 0 0 0
PHP_APCU_GC_TTL 3600 3600 3600
PHP_APCU_PRELOAD_PATH NULL NULL NULL
PHP_APCU_SERIALIZER
PHP_APCU_SHM_SEGMENTS 1 1 1
PHP_APCU_SHM_SIZE 32M 32M 32M
PHP_APCU_SLAM_DEFENSE 1 1 1
PHP_APCU_TTL 0 0 0
PHP_APCU_USE_REQUEST_TIME 1 1 1
PHP_ASSERT_ACTIVE On On On
PHP_AUTO_PREPEND_FILE
PHP_AUTO_APPEND_FILE
PHP_BLACKFIRE
PHP_BLACKFIRE_AGENT_HOST blackfire blackfire blackfire
PHP_BLACKFIRE_AGENT_PORT 8707 8707 8707
PHP_BROTLI_OUTPUT_COMPRESSION 0 0 0
PHP_BROTLI_OUTPUT_COMPRESSION_LEVEL -1 -1 -1
PHP_CLI_MEMORY_LIMIT -1 -1 -1
PHP_DATE_TIMEZONE UTC UTC UTC
PHP_DEFAULT_SOCKET_TIMEOUT 60 60 60
PHP_DISPLAY_ERRORS On On On
PHP_DISPLAY_STARTUP_ERRORS On On On
PHP_ERROR_REPORTING E_ALL E_ALL E_ALL
PHP_EXPOSE Off Off Off
PHP_EXTENSIONS_DISABLE
PHP_FPM_CLEAR_ENV yes yes yes
PHP_FPM_ENV_VARS
PHP_FPM_LOG_LEVEL notice notice notice
PHP_FPM_PM dynamic dynamic dynamic
PHP_FPM_PM_MAX_CHILDREN 8 8 8
PHP_FPM_PM_MAX_REQUESTS 500 500 500
PHP_FPM_PM_MAX_SPARE_SERVERS 3 3 3
PHP_FPM_PM_MIN_SPARE_SERVERS 1 1 1
PHP_FPM_PM_STATUS_PATH
PHP_FPM_REQUEST_SLOWLOG_TIMEOUT
PHP_FPM_PM_START_SERVERS 2 2 2
PHP_FPM_USER www-data www-data www-data
PHP_FPM_GROUP www-data www-data www-data
PHP_IGBINARY_COMPACT_STRINGS On On On
PHP_IONCUBE_LOADER_ENABLED - -
PHP_LOG_ERRORS On On On
PHP_LOG_ERRORS_MAX_LEN 0 0 0
PHP_MAX_EXECUTION_TIME 120 120 120
PHP_MAX_FILE_UPLOADS 20 20 20
PHP_MAX_INPUT_TIME 60 60 60
PHP_MAX_INPUT_VARS 2000 2000 2000
PHP_MEMORY_LIMIT 512M 512M 512M
PHP_MYSQLI_CACHE_SIZE 2000 2000 2000
PHP_NEWRELIC_ENABLED false false false
PHP_NEWRELIC_LICENSE
see all newrelic ext options 8.x newrelic 8.x newrelic 7.x newrelic
PHP_OPCACHE_ENABLE 1 1 1
PHP_OPCACHE_ENABLE_CLI 0 0 0
PHP_OPCACHE_VALIDATE_TIMESTAMPS 1 1 1
PHP_OPCACHE_REVALIDATE_FREQ 2 2 2
PHP_OPCACHE_MAX_ACCELERATED_FILES 4000 4000 4000
PHP_OPCACHE_MEMORY_CONSUMPTION 128 128 128
PHP_OPCACHE_INTERNED_STRINGS_BUFFER 8 8 8
PHP_OPCACHE_FAST_SHUTDOWN - - -
PHP_OPCACHE_HUGE_CODE_PAGES 0 0 0
PHP_OPCACHE_PRELOAD - - -
PHP_OPCACHE_PRELOAD_USER www-data www-data www-data
PHP_OPCACHE_JIT tracing tracing -
PHP_OPCACHE_JIT_BUFFER_SIZE 0 0 -
PHP_OUTPUT_BUFFERING 4096 4096 4096
PHP_PCOV_ENABLED 0 0 0
see all pcov ext options 8.x pcov 8.x pcov 7.x pcov
PHP_PDO_MYSQL_CACHE_SIZE - - -
PHP_PHAR_READONLY 1 1 1
PHP_PHAR_REQUIRE_HASH 1 1 1
PHP_PHAR_CACHE_LIST
PHP_POST_MAX_SIZE 32M 32M 32M
PHP_REALPATH_CACHE_SIZE 4096k 4096k 4096k
PHP_REALPATH_CACHE_TTL 120 120 120
PHP_SENDMAIL_PATH /bin/true /bin/true /bin/true
PHP_SESSION_SAVE_HANDLER files files files
PHP_SHORT_OPEN_TAG 1 1 1
see all sqlsrv ext options - - 7.x sqlsrv
see all session options 8.1 session 8.0 session 7.4 session
PHP_XHPROF
see all xhprof options 8.x xhprof 8.x xhprof 7.x xhprof
PHP_UPLOAD_MAX_FILESIZE 32M 32M 32M
PHP_XDEBUG
PHP_XDEBUG_MODE off off off
see all xdebug ext options 8.x xdebug 8.x xdebug 7.x xdebug
PHP_ZEND_ASSERTIONS 1 1 1

"-" - Not available for this version

Additional configuration

Variable Default value
GIT_USER_EMAIL [email protected]
GIT_USER_NAME wodby
SSH_PRIVATE_KEY
SSH_DISABLE_STRICT_KEY_CHECKING
SSHD_GATEWAY_PORTS no
SSHD_HOST_KEYS_DIR /etc/ssh
SSHD_LOG_LEVEL INFO
SSHD_PASSWORD_AUTHENTICATION no
SSHD_PERMIT_USER_ENV yes
SSHD_USE_DNS yes
SSMTP_MAILHUB opensmtpd:25
SSMTP_FROM_LINE_OVERRIDE Yes
SSMTP_USE_TLS No

Build arguments

Argument Default value
PHP_VER
PHP_DEV
WODBY_GROUP_ID 1000
WODBY_USER_ID 1000

Change WODBY_USER_ID and WODBY_GROUP_ID mainly for local dev version of images, if it matches with existing system user/group ids the latter will be deleted.

PHP Extensions

You can disable extension by listing them in $PHP_EXTENSIONS_DISABLE separated by ,, e.g. $PHP_EXTENSIONS_DISABLE=event,ds

Extension 8.1 8.0 7.4
amqp 1.11.0 1.11.0 1.11.0
apcu 5.1.21 5.1.21 5.1.21
ast 1.0.16 1.0.16 1.0.16
blackfire latest latest latest
bcmath
brotli 0.13.1 0.13.1 0.13.1
bz2
calendar
Core
ctype
curl
date
dom
ds 1.4.0 1.4.0 1.4.0
exif
event 3.0.6 3.0.6 3.0.6
fileinfo
filter
ftp
gd
hash
iconv
igbinary 3.2.7 3.2.7 3.2.7
imagick 3.7.0 3.7.0 3.7.0
imap
intl
ioncube loader - - latest
json
ldap
libxml
mbstring
mcrypt - 1.0.4 1.0.4
memcached 3.2.0 3.2.0 3.2.0
mongodb 1.13.0 1.13.0 1.13.0
mysql - - -
mysqli
mysqlnd
newrelic latest latest latest
OAuth 2.0.7 2.0.7 2.0.7
openssl
pcov latest latest latest
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pdo_sqlsrv* 5.10.1 5.10.1 5.10.1
pgsql
Phar
posix
rdkafka 6.0.1 6.0.1 6.0.1
readline
redis 5.3.7 5.3.7 5.3.7
Reflection
session
SimpleXML
smbclient 1.0.6 1.0.6 1.0.6
soap
sockets
sodium
SPL
sqlite3
sqlsrv* 5.10.1 5.10.1 5.10.1
standard
tidy
tokenizer
uploadprogress 2.0.2 2.0.2 2.0.2
uuid 1.2.0 1.2.0 1.2.0
xdebug 3.1.5 3.1.5 3.1.5
xhprof 2.3.5 2.3.5 2.3.5
xml
xmlreader
xmlrpc - -
xmlwriter
xsl
yaml 2.2.2 2.2.2 2.2.2
Zend OPcache
zip
zlib

Legend:

  • [EMPTY] – Core PHP extension
  • "-" - Not exists in this version > Some extensions may not be available in -dev images

Extensions xdebug, blackfire and xhprof disabled by default.

  • sqlsrv extension has no arm64 support because the driver has no support for linux/arm64

Tools

Tool 8.1 8.0 7.4
Composer latest latest latest
Blackfire CLI 2.10.0 2.10.0 2.10.0

Xdebug

By default, xdebug extension not loaded to avoid any performance impact. Set PHP_XDEBUG env var to any value to load it and set PHP_XDEBUG_MODE to the appropriate value (by default off – disabled) to enable xdebug.

Changelog

Changes per stability tag reflected in git tags description under releases.

Crond

You can run Crond with this image changing the command to sudo -E crond -f -d 0 and mounting a crontab file to ./crontab:/etc/crontabs/www-data. Example crontab file contents:

# min	hour	day	month	weekday	command
*/1	*	*	*	*	echo "test" > /mnt/files/cron

SSHD

You can run SSHD with this image by changing the command to sudo /usr/sbin/sshd -De and mounting authorized public keys to /home/wodby/.ssh/authorized_keys

Adding SSH key

You can add a private SSH key to the container by mounting it to /home/wodby/.ssh/id_rsa

Users and permissions

Default container user is wodby:wodby (UID/GID 1000). PHP-FPM runs from www-data:www-data user (UID/GID 82) by default. User wodby is a part of www-data group.

Codebase volume $APP_ROOT (/var/www/html) owned by wodby:wodby. Files volume $FILES_DIR (/mnt/files) owned by www-data:www-data with 775 mode.

See #22 for more details.

Helper scripts

  • files_chmod – in case you need write access for wodby user to a file/dir generated by www-data on this volume run sudo files_chmod [FILEPATH] script (FILEPATH must be under /mnt/files), it will recursively change the mode to ug=rwX,o=rX

  • files_chown – in case you manually uploaded files under wodby user to files volume and want to change the ownership of those files to www-data run sudo files_chown [FILEPATH] script (FILEPATH must be under /mnt/files), it will recursively change ownership to www-data:www-data

Complete PHP-based stacks

Images based on wodby/php

Orchestration Actions

Usage:

make COMMAND [params ...]

commands:
    migrate
    check-ready [host max_try wait_seconds delay_seconds]
    git-clone url [branch]
    git-checkout target [is_hash]   
    files-import source
    files-link public_dir 
    update-keys
    walter

default params values:
    is_hash 0
    branch "" Branch, tag or hash commit
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].