1 Commits

Author SHA1 Message Date
1dc0c8a45d - Now use rx3-docker/php-apache:1.7.0-mga9 & rx3-docker/postgresql:1.2.0-mga9 images,
- Now use docker-tools-1.5.2,
- Enable cron daemon to clean-up dead php sessions,
- Rebuild for updates.
2026-05-31 20:38:25 +02:00
4 changed files with 20 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ sed -i -e "s%mailhub=mail%mailhub=${SMTP_SERVER}%" /etc/ssmtp/ssmtp.conf'
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \
RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force wget ssmtp php-xmlreader php-xmlwriter \
&& wget -q -O - https://sourceforge.net/projects/mantisbt/files/mantis-stable/${MANTISBT_VERSION}/mantisbt-${MANTISBT_VERSION}.tar.gz/download | tar xzvf - -C /var/www/html \

View File

@@ -5,7 +5,7 @@ Welcome to Rx3-Docker/MantisBT docker image!
This project aims to build a MantisBT docker image.
Features:
- Curtently based on rx3-docker/php-apache:1.6.3-mga9 & rx3-docker/postgresql:1.1.6-mga9 images,
- Curtently based on rx3-docker/php-apache:1.7.0-mga9 & rx3-docker/postgresql:1.2.0-mga9 images,
- Sync with MantisBT 2.27.1.

View File

@@ -1,8 +1,19 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MantisBT V 1.1.0 - A. GIBERT - 2025/05/31
------------------------------------------------------------------------------------------------------------------------------------
- Now use rx3-docker/php-apache:1.7.0-mga9 & rx3-docker/postgresql:1.2.0-mga9 images,
- Now use docker-tools-1.5.2,
- Enable cron daemon to clean-up dead php sessions,
- Rebuild for updates.
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MantisBT V 1.0.7 - A. GIBERT - 2025/03/02
------------------------------------------------------------------------------------------------------------------------------------
- Use now rx3-docker/php-apache:1.6.3-mga9 image.
- Now use rx3-docker/php-apache:1.6.3-mga9 image.
@@ -11,7 +22,7 @@ Rx3-Docker/MantisBT V 1.0.6 - A. GIBERT - 2025/02/16
------------------------------------------------------------------------------------------------------------------------------------
- Add ISL support,
- Use now rx3-docker/php-apache:1.6.2-mga9 & rx3-docker/postgresql:1.1.6-mga9 images,
- Now use rx3-docker/php-apache:1.6.2-mga9 & rx3-docker/postgresql:1.1.6-mga9 images,
- Rebuild for updates.

View File

@@ -7,6 +7,7 @@
ORG_NAME="rx3-docker"
ORG_REGISTRY="docker.xor.rx3:5000"
ORG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
@@ -20,7 +21,7 @@ APPL_NAME="mantisbt"
APPL_NAME_FULL="Mantis Bug Tracker"
APPL_NAME_SHORT="mantisbt"
APPL_ORG="rx3-docker"
APPL_VERSION="1.0.7"
APPL_VERSION="1.1.0"
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
@@ -74,9 +75,9 @@ DOCKER_TOOLS_EXEPTION_LIBS="postgres:pgsql"
# | 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 DB database ${ORG_URL_PREFIX} postgresql - 1.1.6-mga9 - - - postgres - - 5432 - - postgres postgres
docker_service_add DB database ${ORG_URL_PREFIX} postgresql - 1.2.0-mga9 - - - postgres - - 5432 - - postgres postgres
docker_service_add WA webapp ${ORG_URL_PREFIX} mantisbt "Rx3-Docker/MantisBT" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} php-apache 1.6.3-mga9 - - 8070 80 - - apache apache
docker_service_add WA webapp ${ORG_URL_PREFIX} mantisbt "Rx3-Docker/MantisBT" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} php-apache 1.7.0-mga9 - - 8070 80 - - apache apache
@@ -97,7 +98,7 @@ DB_SERVER_NAME="MantisBT"
# WebApp
#-------------------------------------------------------------------------------
WA_CROND_ENABLED="FALSE"
WA_CROND_ENABLED="TRUE"
WA_APACHE_DOC_ROOT="/var/www/html"
WA_PHP_UPLOAD_LIMIT="64M"