2 Commits

Author SHA1 Message Date
2cff60e59d - 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.
2026-05-30 11:53:19 +02:00
369bcfbb8e - Add ISL support,
- Use now rx3-docker/server:1.3.0-mga9 image,
- Rebuild for updates.
2026-02-16 08:54:28 +01:00
5 changed files with 33 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ ARG IMG_NAME
ARG IMG_NAME_FULL
ARG IMG_VERSION
ARG IMG_MAINTAINER
ARG IMG_URL
LABEL org.rx3.${IMG_NAME}.name=${IMG_NAME_FULL}
LABEL org.rx3.${IMG_NAME}.version=${IMG_VERSION}
@@ -17,7 +18,8 @@ LABEL maintainer=${IMG_MAINTAINER}
RUN urpmi.update -a \
RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force nodejs nodejs-pg

View File

@@ -5,11 +5,12 @@ 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.2.7-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.
Enjoy it!
Your Rx3 Team.

View File

@@ -1,5 +1,26 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3/NodeJS-Mga9 V 1.0.1 - A. GIBERT - 2026/02/11
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,
- Now use rx3-docker/server:1.3.0-mga9 image,
- Rebuild for updates.
------------------------------------------------------------------------------------------------------------------------------------
Rx3/NodeJS V 1.0.1 - A. GIBERT - 2026/02/11
------------------------------------------------------------------------------------------------------------------------------------
- Add pg node modules.
@@ -7,7 +28,7 @@ Rx3/NodeJS-Mga9 V 1.0.1 - A. GIBERT - 2026/02/11
------------------------------------------------------------------------------------------------------------------------------------
Rx3/NodeJS-Mga9 V 1.0.0 - A. GIBERT - 2026/02/03
Rx3/NodeJS V 1.0.0 - A. GIBERT - 2026/02/03
------------------------------------------------------------------------------------------------------------------------------------
- Initial release,

View File

@@ -18,6 +18,7 @@ services:
IMG_NAME_FULL: ${SRV_IMG_NAME_FULL}
IMG_VERSION: ${SRV_IMG_VERSION}
IMG_MAINTAINER: ${SRV_IMG_MAINTAINER}
IMG_URL: ${SRV_IMG_URL}
IMG_FROM_URL: ${SRV_IMG_FROM_URL}
restart: unless-stopped

View File

@@ -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.1-mga9 ${ORG_URL_PREFIX} server 1.2.7-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