Page MenuHomeDevCentral

D2814.diff
No OneTemporary

D2814.diff

diff --git a/.arcconfig b/.arcconfig
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,4 +1,4 @@
{
"phabricator.uri": "https://devcentral.nasqueron.org",
- "repository.callsign": "DPHPVIIFPM"
+ "repository.callsign": "DPHPFPM"
}
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,8 +9,8 @@
# Prepare the container
#
-ENV PHP_VERSION 7.4.27
-ENV ONIGURAMA_VERSION=6.9.7.1
+ENV PHP_VERSION 8.2.3
+ENV ONIGURAMA_VERSION=6.9.8
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=app --with-fpm-group=app
ENV PHP_INI_DIR /usr/local/etc/php
ENV PHP_BUILD_DEPS bzip2 \
@@ -39,8 +39,9 @@
dpkg-reconfigure locales
RUN gpg --keyserver keyserver.ubuntu.com --recv-keys \
- 5A52880781F755608BF815FC910DEB46F53EA312 \
- 42670A7FE4D0441C8E4632349E4FDC074A4EF02D \
+ 1198C0117593497A5EC5C199286AF1F9897469DC \
+ 39B641343D8C104B2B146DC3F9C39DC0B9698544 \
+ E60913E4DF209907D8E30D96659A97C9CF2A795A \
&& mkdir -p $PHP_INI_DIR/conf.d \
&& set -x \
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -5,12 +5,12 @@
Out of the box, this image offers a working nginx and php-fpm webserver.
This image is intended to allow to run a PHP application either passing
a PHP application folder webroot as argument, either writing a Dockerfile
-with `nasqueron/nginx-php7-fpm` image as base image.
+with `nasqueron/nginx-php-fpm` image as base image.
Your web directory — if you don't add vhosts — is
`/var/wwwroot/default` (mounted as volume).
-The PHP last 7 version is compiled through a build process borrowed from
+The PHP last version is compiled through a build process borrowed from
the official PHP Docker image, with [this Dockerfile used](https://github.com/docker-library/php/blob/08bf31dfd492f02a2696c9a30eb85326b1570abd/5.6/fpm/Dockerfile).
We add common extensions like calendar, curl, gd, iconv, libxml, mbstring,
@@ -29,7 +29,7 @@
To rebuild this image:
- docker build --tag nasqueron/nginx-php7-fpm .
+ docker build --tag nasqueron/nginx-php-fpm .
To rebuild a fork of this image based on a modified Dockerfile:
@@ -38,11 +38,11 @@
To launch a container to execute a PHP application in /data/awesome-php-app
with http://localhost:8080 as address:
- docker run -d -v /data/awesome-php-app:/var/wwwroot/default -p 8080:80 nasqueron/nginx-php7-fpm
+ docker run -d -v /data/awesome-php-app:/var/wwwroot/default -p 8080:80 nasqueron/nginx-php-fpm
To create an image for an application with this as base, create a Dockerfile:
- FROM nasqueron/docker-nginx-php7-fpm
+ FROM nasqueron/docker-nginx-php-fpm
# Debian commands to deploy your application code
# If you need other processes, add a /var/service/<service name>/run file
diff --git a/novolume/Dockerfile b/novolume/Dockerfile
--- a/novolume/Dockerfile
+++ b/novolume/Dockerfile
@@ -9,8 +9,8 @@
# Prepare the container
#
-ENV PHP_VERSION 7.4.27
-ENV ONIGURAMA_VERSION 6.9.7.1
+ENV PHP_VERSION 8.2.3
+ENV ONIGURAMA_VERSION=6.9.8
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=app --with-fpm-group=app
ENV PHP_INI_DIR /usr/local/etc/php
ENV PHP_BUILD_DEPS bzip2 \
@@ -39,8 +39,9 @@
&& dpkg-reconfigure locales
RUN gpg --keyserver keyserver.ubuntu.com --recv-keys \
- 5A52880781F755608BF815FC910DEB46F53EA312 \
- 42670A7FE4D0441C8E4632349E4FDC074A4EF02D \
+ 1198C0117593497A5EC5C199286AF1F9897469DC \
+ 39B641343D8C104B2B146DC3F9C39DC0B9698544 \
+ E60913E4DF209907D8E30D96659A97C9CF2A795A \
&& mkdir -p $PHP_INI_DIR/conf.d \
&& set -x \
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 22:36 (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248028
Default Alt Text
D2814.diff (3 KB)

Event Timeline