-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pcntl extension and update PHP with mongodb extension
- Loading branch information
1 parent
f4406b6
commit 97ccbe1
Showing
9 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.2.13-cli | ||
FROM php:8.2.14-cli | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -95,11 +95,13 @@ RUN apt-get update && \ | |
supervisor=4.2.5-1 && \ | ||
docker-php-ext-configure intl && \ | ||
docker-php-ext-configure opcache && \ | ||
docker-php-ext-configure pcntl --enable-pcntl && \ | ||
docker-php-ext-configure pdo_mysql && \ | ||
docker-php-ext-configure zip && \ | ||
docker-php-ext-install -j$(nproc) \ | ||
intl \ | ||
opcache \ | ||
pcntl \ | ||
pdo_mysql \ | ||
zip && \ | ||
apt-get purge \ | ||
|
@@ -120,7 +122,7 @@ RUN apt-get update && \ | |
apt-get install -y \ | ||
${PECL_BUILD_DEPS} && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install apcu-5.1.23 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.1 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install pcov-1.0.11 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install redis-6.0.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install xdebug-3.3.1 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.2.13-cli | ||
FROM php:8.2.14-cli | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -95,11 +95,13 @@ RUN apt-get update && \ | |
supervisor=4.2.5-1 && \ | ||
docker-php-ext-configure intl && \ | ||
docker-php-ext-configure opcache && \ | ||
docker-php-ext-configure pcntl --enable-pcntl && \ | ||
docker-php-ext-configure pdo_mysql && \ | ||
docker-php-ext-configure zip && \ | ||
docker-php-ext-install -j$(nproc) \ | ||
intl \ | ||
opcache \ | ||
pcntl \ | ||
pdo_mysql \ | ||
zip && \ | ||
apt-get purge \ | ||
|
@@ -120,7 +122,7 @@ RUN apt-get update && \ | |
apt-get install -y \ | ||
${PECL_BUILD_DEPS} && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install apcu-5.1.23 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.1 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install pcov-1.0.11 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install redis-6.0.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install xdebug-3.3.1 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.2.13-fpm | ||
FROM php:8.2.14-fpm | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -95,11 +95,13 @@ RUN apt-get update && \ | |
supervisor=4.2.5-1 && \ | ||
docker-php-ext-configure intl && \ | ||
docker-php-ext-configure opcache && \ | ||
docker-php-ext-configure pcntl --enable-pcntl && \ | ||
docker-php-ext-configure pdo_mysql && \ | ||
docker-php-ext-configure zip && \ | ||
docker-php-ext-install -j$(nproc) \ | ||
intl \ | ||
opcache \ | ||
pcntl \ | ||
pdo_mysql \ | ||
zip && \ | ||
apt-get purge \ | ||
|
@@ -120,7 +122,7 @@ RUN apt-get update && \ | |
apt-get install -y \ | ||
${PECL_BUILD_DEPS} && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install apcu-5.1.23 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.1 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install pcov-1.0.11 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install redis-6.0.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install xdebug-3.3.1 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.3.0-cli | ||
FROM php:8.3.1-cli | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -95,11 +95,13 @@ RUN apt-get update && \ | |
supervisor=4.2.5-1 && \ | ||
docker-php-ext-configure intl && \ | ||
docker-php-ext-configure opcache && \ | ||
docker-php-ext-configure pcntl --enable-pcntl && \ | ||
docker-php-ext-configure pdo_mysql && \ | ||
docker-php-ext-configure zip && \ | ||
docker-php-ext-install -j$(nproc) \ | ||
intl \ | ||
opcache \ | ||
pcntl \ | ||
pdo_mysql \ | ||
zip && \ | ||
apt-get purge \ | ||
|
@@ -120,7 +122,7 @@ RUN apt-get update && \ | |
apt-get install -y \ | ||
${PECL_BUILD_DEPS} && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install apcu-5.1.23 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.1 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install pcov-1.0.11 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install redis-6.0.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install xdebug-3.3.1 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.3.0-cli | ||
FROM php:8.3.1-cli | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -95,11 +95,13 @@ RUN apt-get update && \ | |
supervisor=4.2.5-1 && \ | ||
docker-php-ext-configure intl && \ | ||
docker-php-ext-configure opcache && \ | ||
docker-php-ext-configure pcntl --enable-pcntl && \ | ||
docker-php-ext-configure pdo_mysql && \ | ||
docker-php-ext-configure zip && \ | ||
docker-php-ext-install -j$(nproc) \ | ||
intl \ | ||
opcache \ | ||
pcntl \ | ||
pdo_mysql \ | ||
zip && \ | ||
apt-get purge \ | ||
|
@@ -120,7 +122,7 @@ RUN apt-get update && \ | |
apt-get install -y \ | ||
${PECL_BUILD_DEPS} && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install apcu-5.1.23 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.1 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install pcov-1.0.11 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install redis-6.0.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install xdebug-3.3.1 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.3.0-fpm | ||
FROM php:8.3.1-fpm | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -95,11 +95,13 @@ RUN apt-get update && \ | |
supervisor=4.2.5-1 && \ | ||
docker-php-ext-configure intl && \ | ||
docker-php-ext-configure opcache && \ | ||
docker-php-ext-configure pcntl --enable-pcntl && \ | ||
docker-php-ext-configure pdo_mysql && \ | ||
docker-php-ext-configure zip && \ | ||
docker-php-ext-install -j$(nproc) \ | ||
intl \ | ||
opcache \ | ||
pcntl \ | ||
pdo_mysql \ | ||
zip && \ | ||
apt-get purge \ | ||
|
@@ -120,7 +122,7 @@ RUN apt-get update && \ | |
apt-get install -y \ | ||
${PECL_BUILD_DEPS} && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install apcu-5.1.23 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.1 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install mongodb-1.17.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install pcov-1.0.11 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install redis-6.0.2 && \ | ||
yes '' | MAKEFLAGS="-j$(($(nproc)+2))" pecl install xdebug-3.3.1 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
planned | ||
=== | ||
|
||
### Added | ||
- Added php `pcntl` extension | ||
|
||
### Changed | ||
- Docker packages update | ||
- php 8.2 `8.2.14` | ||
- php 8.3 `8.3.1` | ||
- php ext mongodb `1.17.2` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters