- Add ISL support,

- Use now rx3-docker/php-apache:1.6.2-mga9 image,
- Rebuild for updates.
This commit is contained in:
2026-02-14 12:36:44 +01:00
parent 33f30c4917
commit 30f39da74e
5 changed files with 21 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ ARG IMG_NAME
ARG IMG_NAME_FULL ARG IMG_NAME_FULL
ARG IMG_VERSION ARG IMG_VERSION
ARG IMG_MAINTAINER ARG IMG_MAINTAINER
ARG IMG_URL
LABEL org.rx3.${IMG_NAME}.name=${IMG_NAME_FULL} LABEL org.rx3.${IMG_NAME}.name=${IMG_NAME_FULL}
LABEL org.rx3.${IMG_NAME}.version=${IMG_VERSION} LABEL org.rx3.${IMG_NAME}.version=${IMG_VERSION}
@@ -66,6 +67,8 @@ done
echo "?>" >> '${PHPPGADMIN_CONFIG}'' echo "?>" >> '${PHPPGADMIN_CONFIG}''
#------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ARG REDPANDA_CONSOLED='#!/bin/bash \n\ ARG REDPANDA_CONSOLED='#!/bin/bash \n\
\n\ \n\
@@ -93,6 +96,8 @@ then
fi' fi'
#------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ARG REDPANDA_CONSOLED_INI='[program:redpanda_consoled] \n\ ARG REDPANDA_CONSOLED_INI='[program:redpanda_consoled] \n\
directory='${REDPANDA_CONSOLE_HOME}' \n\ directory='${REDPANDA_CONSOLE_HOME}' \n\
@@ -102,7 +107,8 @@ user=apache'
RUN urpmi.update -a \ RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force wget postgresql15 phppgadmin \ && urpmi --force wget postgresql15 phppgadmin \
&& mv /etc/httpd/conf/sites.d/phppgadmin.conf ${PHPPGADMIN_HTTPD_CONFIG} \ && mv /etc/httpd/conf/sites.d/phppgadmin.conf ${PHPPGADMIN_HTTPD_CONFIG} \
&& sed -i -e '/<Directory .*/,/<\/Directory>/d' ${PHPPGADMIN_HTTPD_CONFIG} \ && sed -i -e '/<Directory .*/,/<\/Directory>/d' ${PHPPGADMIN_HTTPD_CONFIG} \

View File

@@ -5,13 +5,14 @@ Welcome to Rx3-Docker/Tools docker image!
This project aims to build a docker image embeding some usefull tools to tests other images from Rx3 packaging projects. This project aims to build a docker image embeding some usefull tools to tests other images from Rx3 packaging projects.
Features: Features:
- Curtently based on rx3-docker/php-apache:1.6.0-mga9 image, - Curtently based on rx3-docker/php-apache:1.6.2-mga9 image,
- PHPPGAdmin (Mentax GitHub 2025/05/09 10926c9 commit) installed (URL: http://localhost:xxxx/phppgadmin/), - PHPPGAdmin (Mentax GitHub 2025/05/09 10926c9 commit) installed (URL: http://localhost:xxxx/phppgadmin/),
- PostgreSQL server name, host & port configurable with multi-server support, - PostgreSQL server name, host & port configurable with multi-server support,
- RedPenda Console tool (V 2.7.2), - RedPenda Console tool (V 2.7.2),
- RedPenda Console service disbled by default (TOOLS_RPC_ENABLED variable). - RedPenda Console service disbled by default (TOOLS_RPC_ENABLED variable).
Enjoy it! Enjoy it!
Your Rx3 Team. Your Rx3 Team.

View File

@@ -1,3 +1,13 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Tools V 1.2.8 - A. GIBERT - 2026/02/16
------------------------------------------------------------------------------------------------------------------------------------
- Add ISL support,
- Use now rx3-docker/php-apache:1.6.2-mga9 image,
- Rebuild for updates.
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Tools V 1.2.7 - A. GIBERT - 2025/12/02 Rx3-Docker/Tools V 1.2.7 - A. GIBERT - 2025/12/02
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------

View File

@@ -18,6 +18,7 @@ services:
IMG_NAME_FULL: ${TOOLS_IMG_NAME_FULL} IMG_NAME_FULL: ${TOOLS_IMG_NAME_FULL}
IMG_VERSION: ${TOOLS_IMG_VERSION} IMG_VERSION: ${TOOLS_IMG_VERSION}
IMG_MAINTAINER: ${TOOLS_IMG_MAINTAINER} IMG_MAINTAINER: ${TOOLS_IMG_MAINTAINER}
IMG_URL: ${TOOLS_IMG_URL}
IMG_FROM_URL: ${TOOLS_IMG_FROM_URL} IMG_FROM_URL: ${TOOLS_IMG_FROM_URL}
APACHE_DOC_ROOT: ${TOOLS_DOC_ROOT} APACHE_DOC_ROOT: ${TOOLS_DOC_ROOT}

View File

@@ -30,7 +30,7 @@ PORT_SV_OFFSET=1000
# | 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 TOOLS tools ${ORG_URL_PREFIX} - "Rx3-Docker/Tools" 1.2.7-mga9 ${ORG_URL_PREFIX} php-apache 1.6.0-mga9 - - 8070 80 8092 8080 apache apache docker_service_add TOOLS tools ${ORG_URL_PREFIX} - "Rx3-Docker/Tools" 1.2.8-mga9 ${ORG_URL_PREFIX} php-apache 1.6.2-mga9 - - 8070 80 8092 8080 apache apache