Hence drupal 8 based on Alpine 3.6 plus PDFTK
10K+
Note: This image is still in BETA, and is subject to change without notice.
This is our minimal customized PHP-FPM image based on alpine:3.2.
It uses the s6-overlay as a process supervisor and for log rotation.
Dockerfile linkslatest php/DockerfileBuilds on the hence/base image to provide a minimally-sized, fully functional MariaDB environment.
It includes both the php server and client, and a sensible configuration to begin with. Most my.conf variables can be modified at runtime through environment variables, or a custom conf file can me mounted as a volume.
Data can also be volume-mounted for easy persistence
PHP_MEMORY_LIMIT [512M]
PHP_POST_MAX_SIZE [128M]
PHP_UPLOAD_MAX_FILESIZE [128M]
PHP_MAX_EXECUTION_TIME [180]
PHP_MAX_INPUT_TIME [180]
PHP_MAX_INPUT_VARS [1000]
PHP_DATE_TIMEZONE [UTC]
PHP_REALPATH_CACHE_SIZE [1024k]
PHP_OPCACHE_ENABLE [1]
PHP_OPCACHE_ENABLE_CLI [0]
PHP_OPCACHE_MEMORY_CONSUMPTION [128]
PHP_OPCACHE_INTERNAL_STRINGS_BUFFER [8]
PHP_OPCACHE_MAX_ACCELERATED_FILES [4000]
PHP_OPCACHE_VALIDATE_TIMESTAMPS [1]
PHP_OPCACHE_REVALIDATE_FREQ [60]
PHP_OPCACHE_FAST_SHUTDOWN [1]
PHP_OPCACHE_ENABLE_FILE_OVERRIDE [1]
MIT
Copyright (c) 2015 Therefore Interactive
Content type
Image
Digest
Size
110.5 MB
Last updated
about 9 years ago
docker pull fedorza/php-pdftk