- Add pg node modules,

- Add missing ReleaseNote.txt file!
This commit is contained in:
2026-02-11 18:48:54 +01:00
parent 0e737090e3
commit 4595e4d0aa
4 changed files with 19 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ LABEL maintainer=${IMG_MAINTAINER}
RUN urpmi.update -a \
&& urpmi --force nodejs
&& urpmi --force nodejs nodejs-pg

View File

@@ -6,7 +6,8 @@ This project aims to build a Node.js docker image used by other Rx3 packaging pr
Features:
- Curtently based on rx3-docker/server:1.2.7-mga9 image,
- Node.js V22.22.0.
- Node.js V22.22.0,
- PostgreSQL "pg" node modules.
Enjoy it!

15
ReleaseNotes.txt Normal file
View File

@@ -0,0 +1,15 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3/NodeJS-Mga9 V 1.0.1 - A. GIBERT - 2026/02/11
------------------------------------------------------------------------------------------------------------------------------------
- Add pg node modules.
------------------------------------------------------------------------------------------------------------------------------------
Rx3/NodeJS-Mga9 V 1.0.0 - A. GIBERT - 2026/02/03
------------------------------------------------------------------------------------------------------------------------------------
- Initial release,
- Based on rx3/server-mga9:1.2.7 image,
- Node.js V22.22.0.

View File

@@ -41,7 +41,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.0-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.0.1-mga9 ${ORG_URL_PREFIX} server 1.2.7-mga9 - - 8015 8080 - - apache apache