- Use now rx3-docker/server:1.2.2-mga9 image.
This commit is contained in:
parent
1de308fdb9
commit
6950cbf180
@ -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 \
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
2
env.dist
2
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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user