From 2cff60e59de90df3baaa39e39145d821a3ee8cfb Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Thu, 28 May 2026 20:39:37 +0200 Subject: [PATCH] - Now use rx3-docker/server:1.4.0-mga9 image, - Now use docker-tools-1.5.2, - Update Node.js V22.22.2, - Rebuild for updates. --- Dockerfile | 2 +- ReadMe.txt | 4 ++-- ReleaseNotes.txt | 13 ++++++++++++- env.dist | 5 +++-- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83f769f..5a873ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ LABEL maintainer=${IMG_MAINTAINER} -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 nodejs nodejs-pg diff --git a/ReadMe.txt b/ReadMe.txt index 5f16857..d565783 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,8 +5,8 @@ Welcome to Rx3-Docker/NodeJS docker image! This project aims to build a Node.js docker image used by other Rx3 packaging projects. Features: - - Curtently based on rx3-docker/server:1.3.0-mga9 image, - - Node.js V22.22.0, + - Curtently based on rx3-docker/server:1.4.0-mga9 image, + - Node.js V22.22.2, - PostgreSQL "pg" node modules. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index ef75ebd..cc3cdf2 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,9 +1,20 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3/NodeJS V 1.1.0 - A. GIBERT - 2026/05/30 +------------------------------------------------------------------------------------------------------------------------------------ + +- Now use rx3-docker/server:1.4.0-mga9 image, +- Now use docker-tools-1.5.2, +- Update Node.js V22.22.2, +- Rebuild for updates. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3/NodeJS V 1.0.2 - A. GIBERT - 2026/02/16 ------------------------------------------------------------------------------------------------------------------------------------ - Add ISL support, -- Use now rx3-docker/server:1.3.0-mga9 image, +- Now use rx3-docker/server:1.3.0-mga9 image, - Rebuild for updates. diff --git a/env.dist b/env.dist index 3433c70..093b9ec 100644 --- a/env.dist +++ b/env.dist @@ -17,6 +17,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}" # Image Settings #------------------------------------------------------------------------------- +APPL_NAME="" HOST_NAME_PREFIX="" PORT_ENV_OFFSET=0 @@ -25,7 +26,7 @@ PORT_SV_INT=9001 PORT_SV_OFFSET=1000 NETWORK_NAME=${HOST_NAME_PREFIX} -NETWORK_IF_NAME=br-${APPL_NAME_SHORT}-${APPL_ENV} +#NETWORK_IF_NAME=br-${APPL_NAME_SHORT}-${APPL_ENV} DOCKER_TOOLS_DEBUG=FALSE @@ -41,7 +42,7 @@ DOCKER_TOOLS_VOLUME=SINGLE # | 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 SRV server ${ORG_URL_PREFIX} nodejs "Rx3-Docker/NodeJS" 1.0.2-mga9 ${ORG_URL_PREFIX} server 1.3.0-mga9 - - 8015 8080 - - apache apache +docker_service_add SRV server ${ORG_URL_PREFIX} nodejs "Rx3-Docker/NodeJS" 1.1.0-mga9 ${ORG_URL_PREFIX} server 1.4.0-mga9 - - 8015 8080 - - apache apache