From 6950cbf180b15ea33e2a2273b9f82ff0e691e32b Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Mon, 21 Apr 2025 18:06:59 +0200 Subject: [PATCH] - Use now rx3-docker/server:1.2.2-mga9 image. --- Dockerfile | 3 ++- ReadMe.txt | 2 +- ReleaseNotes.txt | 8 ++++++++ env.dist | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 008c5f0..b5e06ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,7 +105,8 @@ command=/usr/local/sbin/postsql' -RUN urpmi --force postgresql15 postgresql15-server postgresql15-pl \ +RUN urpmi.update -a \ + && urpmi --force postgresql15 postgresql15-server postgresql15-pl \ && echo -e "${POSTGRESQLD}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/postgresqld \ && chmod a+x /etc/init.d/postgresqld \ && ln -s /etc/init.d/postgresqld /etc/rcD.d/S30postgresqld \ diff --git a/ReadMe.txt b/ReadMe.txt index 90b2403..f1debad 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 rx3-docker/server:1.2.1-mga9 image, + - Curtently based on rx3-docker/server:1.2.2-mga9 image, - Following env vars supported: - POSTGRESQL_UID & POSTGRESQL_GID, - POSTGRESQL_POSTGRES_PASSWORD, diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 863c33e..4277bde 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/PostgreSQL V 1.1.3 - A. GIBERT - 2025/04/21 +------------------------------------------------------------------------------------------------------------------------------------ + +- Use now rx3-docker/server:1.2.2-mga9 image. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/PostgreSQL V 1.1.2 - A. GIBERT - 2025/03/10 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index 4153e5a..40a4866 100644 --- a/env.dist +++ b/env.dist @@ -41,7 +41,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.2-mga9 ${ORG_URL_PREFIX} server 1.2.1-mga9 postgres - 8032 5432 - - 983 981 +docker_service_add DATABASE database ${ORG_URL_PREFIX} postgresql "Rx3-Docker/PostgreSQL" 1.1.3-mga9 ${ORG_URL_PREFIX} server 1.2.2-mga9 postgres - 8032 5432 - - 983 981