Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Source of Docker custom build of NGINX Unit with PHP7.4 and PDO MYSQL support based on nginx/unit:1.20.0-minimal official image.

NotificationsYou must be signed in to change notification settings

piotrpazola/nginx-unit-1.20.0-php7.4-pdo-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Source of Docker custom built of NGINX Unit with PHP7.4 and PDO MYSQL support based on nginx/unit:1.27.0-minimal official image.

CHANGELOG

  • 06/2022: nginx unit has been upgraded from 1.24 to 1.27; php upgrade from 7.4.18 to 7.4.30; ca-certificates build fix to not purge the package

  • 06/2021: nginx unit has been upgraded from 1.20 to 1.24; php upgrade from 7.4.11 to 7.4.18; curl support added to PHP 7.4

Ready to use image on Docker Hub:https://hub.docker.com/r/piotrpazola/nginx-unit

NGINX Unit is available only with PHP 7.3 and older implementation of PDO MYSQL does not support newest authentication of MYSQL 8.0 from the image of nginx/unit:1.24.0-php7.3. (Oct 2020)

I've build the newest compilation of PHP 7.4 with embeded support of PHP for the NGINX Unit and newest PDO MYSQL module working well with MYSQL 8.0 without any authentication issues.

It's based on nginx/unit:1.24.0-minimal where module for Unit is built from sources of php7.4 and unit1.24.0 then the prepared package is copied to next stage of builiding in Dockerfile starting building on clean nginx/unit:1.24.0-minimal image. How to prepare custom modules for NGINX Unit is describe here:https://unit.nginx.org/howto/modules/ and my approach has been using it in the first stage.

I've tried to make the image the smallest as possible. It's just approx. 10 MB bigger than offcial NGINX Unit nginx/unit:1.24.0-php7.3 with PHP 7.3 and old PDO MYSQL support installed by apk from Debian 10 repository.

Installation

Build from sources of Dockerfile and build.sh I've provided in the repository.

docker build -t nginx-unit:1.24.0-php7.4-pdo-mysql-curl.

OR use ready docker image fromhttps://hub.docker.com/r/piotrpazola/nginx-unit

docker pull piotrpazola/nginx-unit:1.24.0-php7.4-pdo-mysql-curl

Usage

FROM built image in local repository:

FROM nginx-unit:1.24.0-php7.4-pdo-mysql-curlCOPY ./nginx-unit-config.json /docker-entrypoint.d/config.json

OR get ready to use image from remote repository on Docker Hub:

FROM piotrpazola/nginx-unit:1.24.0-php7.4-pdo-mysql-curlCOPY ./nginx-unit-config.json /docker-entrypoint.d/config.json

Contributing

Pull requests are welcome.

License

MIT

About

Source of Docker custom build of NGINX Unit with PHP7.4 and PDO MYSQL support based on nginx/unit:1.20.0-minimal official image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp