Sign inSign up

nonton/php

By nonton

Updated about 2 months ago

Custom php builds.

Image
Web servers
0

3.8K

nonton/php repository overview

PHP-FPM

IC VERSION

PHP Modules
Core
ctype
curl
date
dom
fileinfo
filter
gd
hash
iconv
imagick
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcre
PDO
pdo_sqlite
Phar
posix
random
readline
Reflection
session
SimpleXML
sodium
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
Zend OPcache
zip
zlib
Aditional soft
antiword
poppler-utils
imagemagick
Example of Dockerfile
FROM nonton/php:8.2-fpm-ic-alpine
RUN apk add --no-cache ffmpeg && \
    # xdebug
    apk add --no-cache --virtual .build-deps \
        $PHPIZE_DEPS \
        linux-headers \
        ffmpeg && \
    pecl install xdebug && \
    docker-php-ext-enable xdebug && \
    # Clean up build packages
    docker-php-source delete && \
    apk del --no-network --no-cache .build-deps && \
    rm -rf /tmp/*
    mv ${PHP_INI_DIR}/conf.d/php-xdebug.ini.dist ${PHP_INI_DIR}/conf.d/php-xdebug.ini

Tag summary

Content type

Image

Digest

sha256:fd1d577fa

Size

82.1 MB

Last updated

about 2 months ago

docker pull nonton/php:8.3-fpm-ic-alpine