- Add pg node modules,
- Add missing ReleaseNote.txt file!
This commit is contained in:
@@ -18,7 +18,7 @@ LABEL maintainer=${IMG_MAINTAINER}
|
||||
|
||||
|
||||
RUN urpmi.update -a \
|
||||
&& urpmi --force nodejs
|
||||
&& urpmi --force nodejs nodejs-pg
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
15
ReleaseNotes.txt
Normal 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.
|
||||
2
env.dist
2
env.dist
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user