1 Commits

Author SHA1 Message Date
5a79b87b01 - Now use rx3-docker/server:1.4.0-mga9 image,
- Now use docker-tools-1.5.2,
- Rebuild for updates.
2026-05-30 11:53:07 +02:00
4 changed files with 23 additions and 12 deletions

View File

@@ -134,7 +134,7 @@ ARG HTTPD_CONF='#---------------------------------------------------------------
\n\ \n\
\n\ \n\
\n\ \n\
RewriteEngine On \n\ RewriteEngine On \n\
\n\ \n\
# Reverse Proxy Configuration \n\ # Reverse Proxy Configuration \n\
ProxyRequests Off \n\ ProxyRequests Off \n\
@@ -161,7 +161,7 @@ ARG INFO_PHP='<?php
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \ RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \ && urpmi.update -a \
&& urpmi --force apache apache-mod_proxy apache-mod_proxy_html apache-mod_php php-cli php-pgsql php-mysqli php-pdo_pgsql php-pdo_mysql php-phpmailer pwauth \ && urpmi --force apache apache-mod_proxy apache-mod_proxy_html apache-mod_php php-cli php-pgsql php-mysqli php-pdo_pgsql php-pdo_mysql php-phpmailer pwauth \
&& sed -i -e "s%#LoadModule macro_module modules/mod_macro.so%LoadModule macro_module modules/mod_macro.so%" /etc/httpd/conf/modules.d/00_base.conf \ && sed -i -e "s%#LoadModule macro_module modules/mod_macro.so%LoadModule macro_module modules/mod_macro.so%" /etc/httpd/conf/modules.d/00_base.conf \

View File

@@ -5,7 +5,7 @@ Welcome to Rx3-Docker/PHP-Apache docker image!
This project aims to build a PHP + Apache docker image used by other Rx3 packaging projects. This project aims to build a PHP + Apache docker image used by other Rx3 packaging projects.
Features: Features:
- Curtently based on rx3-docker/server:1.3.0-mga9 image, - Curtently based on rx3-docker/server:1.4.0-mga9 image,
- default_vhost.d layout support, - default_vhost.d layout support,
- PostgreSQL & MySQL ready, - PostgreSQL & MySQL ready,
- PHPMailer installed, - PHPMailer installed,

View File

@@ -1,3 +1,13 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/PHP-Apache V 1.7.0 - A. GIBERT - 2026/05/30
------------------------------------------------------------------------------------------------------------------------------------
- Now use rx3-docker/server:1.4.0-mga9 image,
- Now use docker-tools-1.5.2,
- Rebuild for updates.
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/PHP-Apache V 1.6.3 - A. GIBERT - 2026/03/01 Rx3-Docker/PHP-Apache V 1.6.3 - A. GIBERT - 2026/03/01
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
@@ -11,7 +21,7 @@ Rx3-Docker/PHP-Apache V 1.6.2 - A. GIBERT - 2026/02/16
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
- Add ISL support, - Add ISL support,
- Use now rx3-docker/server:1.3.0-mga9 image, - Now Use rx3-docker/server:1.3.0-mga9 image,
- Fix rx3.conf file renaming bug. - Fix rx3.conf file renaming bug.
- Rebuild for updates. - Rebuild for updates.
@@ -34,7 +44,7 @@ Rx3-Docker/PHP-Apache V 1.6.0 - A. GIBERT - 2025/12/01
- Switch to new default_vhost.d layout, - Switch to new default_vhost.d layout,
- Fix error when APACHE_UID / APACHE_GID not provided, - Fix error when APACHE_UID / APACHE_GID not provided,
- Perform HTTPD initialisation even when not activated, - Perform HTTPD initialisation even when not activated,
- Use now rx3-docker/server:1.2.7-mga9 image, - Now use rx3-docker/server:1.2.7-mga9 image,
- Rebuild for updates. - Rebuild for updates.
@@ -43,7 +53,7 @@ Rx3-Docker/PHP-Apache V 1.6.0 - A. GIBERT - 2025/12/01
Rx3-Docker/PHP-Apache V 1.5.4 - A. GIBERT - 2025/09/19 Rx3-Docker/PHP-Apache V 1.5.4 - A. GIBERT - 2025/09/19
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
- Use now rx3-docker/server:1.2.6-mga9 image, - Now use rx3-docker/server:1.2.6-mga9 image,
- Rebuild for updates. - Rebuild for updates.
@@ -52,7 +62,7 @@ Rx3-Docker/PHP-Apache V 1.5.4 - A. GIBERT - 2025/09/19
Rx3-Docker/PHP-Apache V 1.5.3 - A. GIBERT - 2025/04/21 Rx3-Docker/PHP-Apache V 1.5.3 - A. GIBERT - 2025/04/21
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
- Use now rx3-docker/server:1.2.2-mga9 image. - Now use rx3-docker/server:1.2.2-mga9 image.
@@ -61,7 +71,7 @@ Rx3-Docker/PHP-Apache V 1.5.2 - A. GIBERT - 2025/03/08
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
- Add PHP_MEMORY_LIMIT & PHP_UPLOAD_LIMIT environment variable, - Add PHP_MEMORY_LIMIT & PHP_UPLOAD_LIMIT environment variable,
- Use now rx3-docker/server:1.2.1-mga9 image. - Now use rx3-docker/server:1.2.1-mga9 image.
@@ -88,7 +98,7 @@ Rx3-Docker/PHP-Apache V 1.4.0 - A. GIBERT - 2024/11/11
- Move & Rename repo from Rx3/PHP-Apache-MGA9 to Rx3-Docker/PHP-Apache, - Move & Rename repo from Rx3/PHP-Apache-MGA9 to Rx3-Docker/PHP-Apache,
- New version naming standard, - New version naming standard,
- Now use docker_tools for .env building, - Now use docker_tools for .env building,
- Use now rx3-docker/server:1.2.0-mga9 image, - Now use rx3-docker/server:1.2.0-mga9 image,
- Add /var/log/init, /var/log/supervisor & var/log/httpd volumes. - Add /var/log/init, /var/log/supervisor & var/log/httpd volumes.
@@ -105,7 +115,7 @@ Rx3/PHP-Apache-Mga9 V 1.3.3 - A. GIBERT - 2024/10/05
- post_max_size from 8M to 32M, - post_max_size from 8M to 32M,
- Don't expose unneeded /var/www/html in compose file, - Don't expose unneeded /var/www/html in compose file,
- Variabilization of external server ports in env & compose file, - Variabilization of external server ports in env & compose file,
- Use now docker_tools for .env building. - Now use docker_tools for .env building.

View File

@@ -5,7 +5,6 @@
# Global Settings # Global Settings
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
ORG_NAME="rx3-docker" ORG_NAME="rx3-docker"
ORG_REGISTRY="docker.xor.rx3:5000" ORG_REGISTRY="docker.xor.rx3:5000"
ORG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>' ORG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
@@ -17,6 +16,8 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Image Settings # Image Settings
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
APPL_NAME=""
HOST_NAME_PREFIX="" HOST_NAME_PREFIX=""
PORT_ENV_OFFSET=0 PORT_ENV_OFFSET=0
@@ -38,7 +39,7 @@ DOCKER_TOOLS_EXEPTION_LIBS="httpd:/var/www/html"
# | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id | # | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id |
#------------------+----------+--------------------------+--------------------+------------------+-------------------------------+-----------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+ #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+-----------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+
docker_service_add WA webapp ${ORG_URL_PREFIX} php-apache "Rx3-Docker/PHP-Apache" 1.6.3-mga9 ${ORG_URL_PREFIX} server 1.3.0-mga9 httpd - 8080 80 - - apache apache docker_service_add WA webapp ${ORG_URL_PREFIX} php-apache "Rx3-Docker/PHP-Apache" 1.7.0-mga9 ${ORG_URL_PREFIX} server 1.4.0-mga9 httpd - 8080 80 - - apache apache