Compare commits

...

3 Commits

Author SHA1 Message Date
Stanislav Nikitin ec5e56c9fc
Update alpine version.
continuous-integration/drone/push Build is passing Details
2023-06-07 14:46:05 +05:00
Stanislav Nikitin 031daa964e
Update README. 2023-06-07 14:43:23 +05:00
Stanislav Nikitin 602f44b0bf
Fix run/finish scripts for php. 2023-06-07 14:41:54 +05:00
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM code.pztrn.name/containers/mirror/alpine:3.16.0
FROM code.pztrn.name/containers/mirror/alpine:3.16.1
RUN apk add --no-cache nginx php8-bcmath php8-bz2 php8-common php8-ctype php8-curl php8-dba php8-dom php8-embed php8-enchant php8-exif php8-ffi php8-fileinfo php8-fpm php8-ftp php8-gd php8-gettext php8-gmp php8-iconv php8-imap php8-intl php8-json php8-ldap php8-mbstring php8-mysqlnd php8-odbc php8-opcache php8-openssl php8-pcntl php8-pdo php8-pdo_dblib php8-pdo_mysql php8-pdo_odbc php8-pdo_pgsql php8-pdo_sqlite php8-pear php8-pgsql php8-phar php8-posix php8-pspell php8-session php8-shmop php8-simplexml php8-snmp php8-soap php8-sockets php8-sodium php8-sqlite3 php8-sysvmsg php8-sysvshm php8-tidy php8-tokenizer php8-xml php8-xmlreader php8-xmlwriter php8-xsl php8-zip s6

View File

@ -10,9 +10,9 @@ Container was created as an attempt to move everything inside Docker, even thing
At current commit image is using:
* Alpine 3.14.0
* nginx 1.20.2
* php 7.4.26
* Alpine 3.16.1
* nginx 1.22.1
* php 8.1.17
## Adding nginx configuration

View File

@ -1,3 +1,3 @@
#!/bin/sh
kill `cat /var/run/php-fpm7.pid`
kill $(cat /var/run/php-fpm8.pid)

View File

@ -1,3 +1,3 @@
#!/bin/execlineb -P
/usr/sbin/php-fpm7 -F
/usr/sbin/php-fpm8 -F