From b7c5d887610703be75e93deab75a76bef81d058c Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Mon, 21 Apr 2025 23:38:25 +0200 Subject: [PATCH] - Now use rx3-docker/java:1.1.2-mga9 & rx3-docker/postgresql:1.1.3-mga9 images. --- Dockerfile | 4 ---- ReadMe.txt | 2 +- ReleaseNotes.txt | 8 ++++++++ env.dist | 6 +++--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8a7ffc..637fdb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,8 +64,4 @@ RUN urpmi.update -a -#COPY ${MODULE_PATH}/target/${MODULE_NAME}-${MODULE_VERSION}.jar /opt/appl/${MODULE_NAME} -#COPY ${MODULE_PATH}/application.properties /opt/appl/${MODULE_NAME} - - EXPOSE 8080 diff --git a/ReadMe.txt b/ReadMe.txt index 012f411..962329d 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,7 @@ Welcome to Rx3-Docker/SquashTM docker image! This project aims to build a MantisBT docker image. Features: - - Curtently based on rx3-docker/java-1.1.1-mga9 & rx3-docker/postgresql:1.1.2-mga9 images, + - Curtently based on rx3-docker/java-1.1.2-mga9 & rx3-docker/postgresql:1.1.3-mga9 images, - Sync with SquashTM 9.0.0. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index b9662f4..bf175ba 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/SquashTM V 1.0.1 - A. GIBERT - 2025/04/21 +------------------------------------------------------------------------------------------------------------------------------------ + +- Now use rx3-docker/java:1.1.2-mga9 & rx3-docker/postgresql:1.1.3-mga9 images. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/SquashTM V 1.0.0 - A. GIBERT - 2025/03/13 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index ee2adc6..a61dcad 100644 --- a/env.dist +++ b/env.dist @@ -20,7 +20,7 @@ APPL_NAME="squash-tm" APPL_NAME_FULL="Squash Test Manager" APPL_NAME_SHORT="squashtm" APPL_ORG="rx3-docker" -APPL_VERSION="1.0.0" +APPL_VERSION="1.0.1" APPL_MAINTAINER='"Arnaud G. GIBERT" ' @@ -77,9 +77,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.2-mga9 - - - postgres - - 5432 - - postgres postgres +docker_service_add DB database ${ORG_URL_PREFIX} postgresql - 1.1.3-mga9 - - - postgres - - 5432 - - postgres postgres -docker_service_add WA webapp ${ORG_URL_PREFIX} squashtm "Rx3-Docker/Squash-TM" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} java 1.1.1-mga9 - - 8071 8080 - - ${APPL_USER} ${APPL_GROUP} +docker_service_add WA webapp ${ORG_URL_PREFIX} squashtm "Rx3-Docker/Squash-TM" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} java 1.1.2-mga9 - - 8071 8080 - - ${APPL_USER} ${APPL_GROUP}