From bfa79173d5510e4428eabfa92317cb8d502989dc Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Thu, 28 May 2026 15:52:56 +0200 Subject: [PATCH] - Now use rx3-docker/server:1.4.0-mga9 image, - Now use docker-tools-1.5.2, - Rebuild for updates. --- Dockerfile | 2 +- ReadMe.txt | 2 +- ReleaseNotes.txt | 10 ++++++++++ env.dist | 7 ++++--- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9dce996..6d2b126 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,7 +112,7 @@ command=/usr/local/sbin/postsql' -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 postgresql15 postgresql15-server postgresql15-pl \ && echo -e "${POSTGRESQLD}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/postgresqld \ diff --git a/ReadMe.txt b/ReadMe.txt index d5b38ea..b15c787 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,7 @@ Welcome to Rx3-Docker/PostgreSQL docker image! This project aims to build a PostgreSQL docker image used by other Rx3 packaging projects. Features: - - Curtently based on postgresql 15.15 and rx3-docker/server:1.3.0-mga9 image, + - Curtently based on postgresql 15.18 and rx3-docker/server:1.4.0-mga9 image, - Following env vars supported: - POSTGRESQL_UID & POSTGRESQL_GID, - POSTGRESQL_POSTGRES_PASSWORD, diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 99d0231..36ec8d2 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,13 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/PostgreSQL V 1.2.0 - A. GIBERT - 2026/05/28 +------------------------------------------------------------------------------------------------------------------------------------ + +- Now use rx3-docker/server:1.4.0-mga9 image, +- Now use docker-tools-1.5.2, +- Rebuild for updates. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/PostgreSQL V 1.1.6 - A. GIBERT - 2026/02/16 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index bbf5d5d..b9df82e 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 @@ -24,8 +25,8 @@ PORT_ENV_OFFSET=0 PORT_SV_INT=9001 PORT_SV_OFFSET=1000 -NETWORK_NAME=${HOST_NAME_PREFIX} -NETWORK_IF_NAME=br-${APPL_NAME_SHORT}-${APPL_ENV} +#NETWORK_NAME=${HOST_NAME_PREFIX} +#NETWORK_IF_NAME=br-${APPL_NAME_SHORT}-${APPL_ENV} DOCKER_TOOLS_DEBUG=FALSE @@ -41,7 +42,7 @@ 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 DATABASE database ${ORG_URL_PREFIX} postgresql "Rx3-Docker/PostgreSQL" 1.1.6-mga9 ${ORG_URL_PREFIX} server 1.3.0-mga9 postgres - 8032 5432 - - 983 981 +docker_service_add DATABASE database ${ORG_URL_PREFIX} postgresql "Rx3-Docker/PostgreSQL" 1.2.0-mga9 ${ORG_URL_PREFIX} server 1.4.0-mga9 postgres - 8032 5432 - - 983 981