add php 8.2
This commit is contained in:
parent
c534b6a46e
commit
dd23b97bf8
5
php-apache-82.dockerfile
Normal file
5
php-apache-82.dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM php:8.2-apache
|
||||
|
||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||
|
||||
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql
|
5
php-fpm-82.dockerfile
Normal file
5
php-fpm-82.dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM php:8.2-fpm-alpine
|
||||
|
||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||
|
||||
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql
|
7
php-qa-82.dockerfile
Normal file
7
php-qa-82.dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM php:8.2-alpine
|
||||
|
||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||
|
||||
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql redis zip sockets pcov
|
||||
|
||||
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini
|
5
php-swoole-82.dockerfile
Normal file
5
php-swoole-82.dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM php:8.2-alpine
|
||||
|
||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||
|
||||
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql pcntl openswoole
|
Loading…
x
Reference in New Issue
Block a user